2026-04-30 16:14:55,854 [ 224160 ] INFO : ClickHouse root is not set. Will use /home/ubuntu/_work/ClickHouse/ClickHouse (runner:42, check_args_and_update_paths) 2026-04-30 16:14:55,855 [ 224160 ] INFO : Cases dir is not set. Will use /home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration (runner:86, check_args_and_update_paths) 2026-04-30 16:14:55,855 [ 224160 ] INFO : utils dir is not set. Will use /home/ubuntu/_work/ClickHouse/ClickHouse/utils (runner:97, check_args_and_update_paths) 2026-04-30 16:14:55,855 [ 224160 ] INFO : base_configs_dir: /home/ubuntu/_work/ClickHouse/ClickHouse/programs/server, binary: /home/ubuntu/_work/_temp/test/build/clickhouse, cases_dir: /home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration (runner:99, check_args_and_update_paths) clickhouse_integration_tests_volume Running pytest container as: 'docker run --rm --name clickhouse_integration_tests_cgtxnc --privileged --dns-search='.' --volume=/home/ubuntu/_work/_temp/test/build/clickhouse-odbc-bridge:/clickhouse-odbc-bridge --volume=/home/ubuntu/_work/_temp/test/build/clickhouse:/clickhouse --volume=/home/ubuntu/_work/_temp/test/build/clickhouse-library-bridge:/clickhouse-library-bridge --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/programs/server:/clickhouse-config --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration:/ClickHouse/tests/integration --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/utils/backupview:/ClickHouse/utils/backupview --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/utils/grpc-client/pb2:/ClickHouse/utils/grpc-client/pb2 --volume=/run:/run/host:ro --volume=clickhouse_integration_tests_volume:/var/lib/docker -e DOCKER_DOTNET_CLIENT_TAG=11de0b29a15d -e DOCKER_HELPER_TAG=2cffe1eae894 -e DOCKER_BASE_TAG=1e0b53d756cf -e DOCKER_KERBEROS_KDC_TAG=9391ecdee8d7 -e DOCKER_MYSQL_GOLANG_CLIENT_TAG=9bec2a638e6e -e DOCKER_MYSQL_JAVA_CLIENT_TAG=766bff31cfe4 -e DOCKER_MYSQL_JS_CLIENT_TAG=41ba7c2ec2a1 -e DOCKER_MYSQL_PHP_CLIENT_TAG=88be89c1e3b6 -e DOCKER_NGINX_DAV_TAG=b55ac9cd7519 -e DOCKER_POSTGRESQL_JAVA_CLIENT_TAG=a4eff5c7f4d6 -e DOCKER_PYTHON_BOTTLE_TAG=caad4729259e -e DOCKER_CLIENT_TIMEOUT=300 -e COMPOSE_HTTP_TIMEOUT=600 -e CLICKHOUSE_USE_OLD_ANALYZER=1 -e PYTHONUNBUFFERED=1 -e PYTEST_ADDOPTS=" -rfEps --run-id=1 --color=no --durations=0 test_keeper_znode_time/test.py::test_between_servers test_keeper_znode_time/test.py::test_server_restart test_merge_tree_check_part_with_cache/test.py::test_check_part_with_cache 'test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-1000-SELECT sum(cityHash64(*)) FROM {table_name} WHERE intDiv(key, 100) IN {rand_set}]' 'test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-1000-SELECT sum(cityHash64(*)) FROM {table_name}]' 'test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-10000-SELECT sum(cityHash64(*)) FROM {table_name} WHERE intDiv(key, 100) IN {rand_set}]' 'test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-10000-SELECT sum(cityHash64(*)) FROM {table_name}]' 'test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-100000-SELECT sum(cityHash64(*)) FROM {table_name} WHERE intDiv(key, 100) IN {rand_set}]' -vvv" altinityinfra/integration-tests-runner:37a9815fd2fa '. Start tests ============================= test session starts ============================== platform linux -- Python 3.10.12, pytest-7.4.4, pluggy-1.5.0 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /ClickHouse/tests/integration configfile: pytest.ini plugins: order-1.0.1, random-0.2, timeout-2.2.0, repeat-0.9.3, reportlog-0.4.0, xdist-3.5.0 timeout: 900.0s timeout method: signal timeout func_only: False collecting ... collected 8 items test_keeper_znode_time/test.py::test_between_servers FAILED [ 12%] test_keeper_znode_time/test.py::test_server_restart PASSED [ 25%] test_merge_tree_check_part_with_cache/test.py::test_check_part_with_cache SKIPPEDorrupts cache which triggers LOGICAL_ERROR and leads to crash with those builds) [ 37%] test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-1000-SELECT sum(cityHash64(*)) FROM {table_name} WHERE intDiv(key, 100) IN {rand_set}] SKIPPED [ 50%] test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-1000-SELECT sum(cityHash64(*)) FROM {table_name}] SKIPPED [ 62%] test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-10000-SELECT sum(cityHash64(*)) FROM {table_name} WHERE intDiv(key, 100) IN {rand_set}] SKIPPED [ 75%] test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-10000-SELECT sum(cityHash64(*)) FROM {table_name}] SKIPPED [ 87%] test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-100000-SELECT sum(cityHash64(*)) FROM {table_name} WHERE intDiv(key, 100) IN {rand_set}] SKIPPED [100%] =================================== FAILURES =================================== _____________________________ test_between_servers _____________________________ started_cluster = def test_between_servers(started_cluster): try: wait_nodes() node1_zk = get_fake_zk("node1") node2_zk = get_fake_zk("node2") node3_zk = get_fake_zk("node3") node1_zk.create("/test_between_servers") for child_node in range(1000): node1_zk.create("/test_between_servers/" + str(child_node)) for child_node in range(1000): node1_zk.set("/test_between_servers/" + str(child_node), b"somevalue") for child_node in range(1000): stats1 = node1_zk.exists("/test_between_servers/" + str(child_node)) > stats2 = node2_zk.exists("/test_between_servers/" + str(child_node)) test_keeper_znode_time/test.py:85: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/local/lib/python3.10/dist-packages/kazoo/client.py:1123: in exists return self.exists_async(path, watch=watch).get() _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = block = True, timeout = None def get(self, block=True, timeout=None): """Return the stored value or raise the exception. If there is no value raises TimeoutError. """ with self._condition: if self._exception is not _NONE: if self._exception is None: return self.value raise self._exception elif block: self._condition.wait(timeout) if self._exception is not _NONE: if self._exception is None: return self.value > raise self._exception E kazoo.exceptions.ConnectionLoss /usr/local/lib/python3.10/dist-packages/kazoo/handlers/utils.py:86: ConnectionLoss ---------------------------- Captured stdout setup ----------------------------- Copy common default production configuration from /clickhouse-config. Files: config.xml, users.xml Copy common default production configuration from /clickhouse-config. Files: config.xml, users.xml Copy common default production configuration from /clickhouse-config. Files: config.xml, users.xml ------------------------------ Captured log setup ------------------------------ 2026-04-30 16:15:01 [ 383 ] DEBUG : Command:['docker ps | wc -l'] (cluster.py:113, run_and_check) 2026-04-30 16:15:01 [ 383 ] DEBUG : Stdout:1 (cluster.py:121, run_and_check) 2026-04-30 16:15:01 [ 383 ] DEBUG : No running containers (conftest.py:95, cleanup_environment) 2026-04-30 16:15:01 [ 383 ] DEBUG : Pruning Docker networks (conftest.py:97, cleanup_environment) 2026-04-30 16:15:01 [ 383 ] DEBUG : Command:['docker network prune --force'] (cluster.py:113, run_and_check) 2026-04-30 16:15:01 [ 383 ] DEBUG : Command:["sysctl net.ipv4.ip_local_port_range='55000 65535'"] (cluster.py:113, run_and_check) 2026-04-30 16:15:01 [ 383 ] DEBUG : Stdout:net.ipv4.ip_local_port_range = 55000 65535 (cluster.py:121, run_and_check) 2026-04-30 16:15:01 [ 383 ] INFO : Running tests in /ClickHouse/tests/integration/test_keeper_znode_time/test.py (cluster.py:2788, start) 2026-04-30 16:15:01 [ 383 ] DEBUG : Cluster start called. is_up=False (cluster.py:2795, start) 2026-04-30 16:15:01 [ 383 ] DEBUG : Docker networks for project roottestkeeperznodetime are NETWORK ID NAME DRIVER SCOPE (cluster.py:855, print_all_docker_pieces) 2026-04-30 16:15:01 [ 383 ] DEBUG : Docker containers for project roottestkeeperznodetime are CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES (cluster.py:863, print_all_docker_pieces) 2026-04-30 16:15:01 [ 383 ] DEBUG : Docker volumes for project roottestkeeperznodetime are DRIVER VOLUME NAME (cluster.py:871, print_all_docker_pieces) 2026-04-30 16:15:01 [ 383 ] DEBUG : Cleanup called (cluster.py:876, cleanup) 2026-04-30 16:15:01 [ 383 ] DEBUG : Docker networks for project roottestkeeperznodetime are NETWORK ID NAME DRIVER SCOPE (cluster.py:855, print_all_docker_pieces) 2026-04-30 16:15:01 [ 383 ] DEBUG : Docker containers for project roottestkeeperznodetime are CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES (cluster.py:863, print_all_docker_pieces) 2026-04-30 16:15:01 [ 383 ] DEBUG : Docker volumes for project roottestkeeperznodetime are DRIVER VOLUME NAME (cluster.py:871, print_all_docker_pieces) 2026-04-30 16:15:01 [ 383 ] DEBUG : Command:docker container list --all --filter name='^/roottestkeeperznodetime_.*_1$' --format '{{.ID}}:{{.Names}}' (cluster.py:113, run_and_check) 2026-04-30 16:15:01 [ 383 ] DEBUG : Unstopped containers: {} (cluster.py:890, cleanup) 2026-04-30 16:15:01 [ 383 ] DEBUG : No running containers for project: roottestkeeperznodetime (cluster.py:904, cleanup) 2026-04-30 16:15:01 [ 383 ] DEBUG : Trying to prune unused networks... (cluster.py:910, cleanup) 2026-04-30 16:15:01 [ 383 ] DEBUG : Trying to prune unused images... (cluster.py:926, cleanup) 2026-04-30 16:15:01 [ 383 ] DEBUG : Command:['docker', 'image', 'prune', '-f'] (cluster.py:113, run_and_check) 2026-04-30 16:15:01 [ 383 ] DEBUG : Stdout:Total reclaimed space: 0B (cluster.py:121, run_and_check) 2026-04-30 16:15:01 [ 383 ] DEBUG : Images pruned (cluster.py:929, cleanup) 2026-04-30 16:15:01 [ 383 ] DEBUG : Trying to prune unused volumes... (cluster.py:935, cleanup) 2026-04-30 16:15:01 [ 383 ] DEBUG : Command:['docker volume ls | wc -l'] (cluster.py:113, run_and_check) 2026-04-30 16:15:01 [ 383 ] DEBUG : Stdout:1 (cluster.py:121, run_and_check) 2026-04-30 16:15:01 [ 383 ] DEBUG : Setup directory for instance: node1 (cluster.py:2808, start) 2026-04-30 16:15:01 [ 383 ] DEBUG : Create directory for configuration generated in this helper (cluster.py:4534, create_dir) 2026-04-30 16:15:01 [ 383 ] DEBUG : Create directory for common tests configuration (cluster.py:4539, create_dir) 2026-04-30 16:15:01 [ 383 ] DEBUG : Copy common configuration from helpers (cluster.py:4559, create_dir) 2026-04-30 16:15:01 [ 383 ] DEBUG : Generate and write macros file (cluster.py:4602, create_dir) 2026-04-30 16:15:01 [ 383 ] DEBUG : Copy custom test config files ['/ClickHouse/tests/integration/test_keeper_znode_time/configs/enable_keeper1.xml', '/ClickHouse/tests/integration/test_keeper_znode_time/configs/use_keeper.xml'] to /ClickHouse/tests/integration/test_keeper_znode_time/_instances_1/node1/configs/config.d (cluster.py:4632, create_dir) 2026-04-30 16:15:01 [ 383 ] DEBUG : Setup database dir /ClickHouse/tests/integration/test_keeper_znode_time/_instances_1/node1/database (cluster.py:4649, create_dir) 2026-04-30 16:15:01 [ 383 ] DEBUG : Setup logs dir /ClickHouse/tests/integration/test_keeper_znode_time/_instances_1/node1/logs (cluster.py:4660, create_dir) 2026-04-30 16:15:01 [ 383 ] DEBUG : Entrypoint cmd: bash -c "trap 'pkill tail' INT TERM; clickhouse server --config-file=/etc/clickhouse-server/config.xml --log-file=/var/log/clickhouse-server/clickhouse-server.log --errorlog-file=/var/log/clickhouse-server/clickhouse-server.err.log --daemon; coproc tail -f /dev/null; wait $$!" (cluster.py:4746, create_dir) 2026-04-30 16:15:01 [ 383 ] DEBUG : Setup directory for instance: node2 (cluster.py:2808, start) 2026-04-30 16:15:01 [ 383 ] DEBUG : Create directory for configuration generated in this helper (cluster.py:4534, create_dir) 2026-04-30 16:15:01 [ 383 ] DEBUG : Create directory for common tests configuration (cluster.py:4539, create_dir) 2026-04-30 16:15:01 [ 383 ] DEBUG : Copy common configuration from helpers (cluster.py:4559, create_dir) 2026-04-30 16:15:01 [ 383 ] DEBUG : Generate and write macros file (cluster.py:4602, create_dir) 2026-04-30 16:15:01 [ 383 ] DEBUG : Copy custom test config files ['/ClickHouse/tests/integration/test_keeper_znode_time/configs/enable_keeper2.xml', '/ClickHouse/tests/integration/test_keeper_znode_time/configs/use_keeper.xml'] to /ClickHouse/tests/integration/test_keeper_znode_time/_instances_1/node2/configs/config.d (cluster.py:4632, create_dir) 2026-04-30 16:15:01 [ 383 ] DEBUG : Setup database dir /ClickHouse/tests/integration/test_keeper_znode_time/_instances_1/node2/database (cluster.py:4649, create_dir) 2026-04-30 16:15:01 [ 383 ] DEBUG : Setup logs dir /ClickHouse/tests/integration/test_keeper_znode_time/_instances_1/node2/logs (cluster.py:4660, create_dir) 2026-04-30 16:15:01 [ 383 ] DEBUG : Entrypoint cmd: bash -c "trap 'pkill tail' INT TERM; clickhouse server --config-file=/etc/clickhouse-server/config.xml --log-file=/var/log/clickhouse-server/clickhouse-server.log --errorlog-file=/var/log/clickhouse-server/clickhouse-server.err.log --daemon; coproc tail -f /dev/null; wait $$!" (cluster.py:4746, create_dir) 2026-04-30 16:15:01 [ 383 ] DEBUG : Setup directory for instance: node3 (cluster.py:2808, start) 2026-04-30 16:15:01 [ 383 ] DEBUG : Create directory for configuration generated in this helper (cluster.py:4534, create_dir) 2026-04-30 16:15:01 [ 383 ] DEBUG : Create directory for common tests configuration (cluster.py:4539, create_dir) 2026-04-30 16:15:01 [ 383 ] DEBUG : Copy common configuration from helpers (cluster.py:4559, create_dir) 2026-04-30 16:15:01 [ 383 ] DEBUG : Generate and write macros file (cluster.py:4602, create_dir) 2026-04-30 16:15:01 [ 383 ] DEBUG : Copy custom test config files ['/ClickHouse/tests/integration/test_keeper_znode_time/configs/enable_keeper3.xml', '/ClickHouse/tests/integration/test_keeper_znode_time/configs/use_keeper.xml'] to /ClickHouse/tests/integration/test_keeper_znode_time/_instances_1/node3/configs/config.d (cluster.py:4632, create_dir) 2026-04-30 16:15:01 [ 383 ] DEBUG : Setup database dir /ClickHouse/tests/integration/test_keeper_znode_time/_instances_1/node3/database (cluster.py:4649, create_dir) 2026-04-30 16:15:01 [ 383 ] DEBUG : Setup logs dir /ClickHouse/tests/integration/test_keeper_znode_time/_instances_1/node3/logs (cluster.py:4660, create_dir) 2026-04-30 16:15:01 [ 383 ] DEBUG : Entrypoint cmd: bash -c "trap 'pkill tail' INT TERM; clickhouse server --config-file=/etc/clickhouse-server/config.xml --log-file=/var/log/clickhouse-server/clickhouse-server.log --errorlog-file=/var/log/clickhouse-server/clickhouse-server.err.log --daemon; coproc tail -f /dev/null; wait $$!" (cluster.py:4746, create_dir) 2026-04-30 16:15:01 [ 383 ] DEBUG : Env {'ASAN_OPTIONS': 'use_sigaltstack=0', 'TSAN_OPTIONS': 'use_sigaltstack=0', 'CLICKHOUSE_WATCHDOG_ENABLE': '0', 'CLICKHOUSE_NATS_TLS_SECURE': '0', 'LLVM_PROFILE_FILE': '/var/lib/clickhouse/server_%h_%p_%m.profraw'} stored in /ClickHouse/tests/integration/test_keeper_znode_time/_instances_1/.env (cluster.py:86, _create_env_file) 2026-04-30 16:15:01 [ 383 ] DEBUG : Trying paths: ['/root/.docker/config.json', '/root/.dockercfg'] (config.py:21, find_config_file) 2026-04-30 16:15:01 [ 383 ] DEBUG : No config file found (config.py:28, find_config_file) 2026-04-30 16:15:01 [ 383 ] DEBUG : Trying paths: ['/root/.docker/config.json', '/root/.dockercfg'] (config.py:21, find_config_file) 2026-04-30 16:15:01 [ 383 ] DEBUG : No config file found (config.py:28, find_config_file) 2026-04-30 16:15:01 [ 383 ] DEBUG : http://localhost:None "GET /version HTTP/1.1" 200 824 (connectionpool.py:547, _make_request) 2026-04-30 16:15:01 [ 383 ] DEBUG : Command:['docker-compose', '--env-file', '/ClickHouse/tests/integration/test_keeper_znode_time/_instances_1/.env', '--project-name', 'roottestkeeperznodetime', '--file', '/ClickHouse/tests/integration/test_keeper_znode_time/_instances_1/node1/docker-compose.yml', '--file', '/ClickHouse/tests/integration/test_keeper_znode_time/_instances_1/node2/docker-compose.yml', '--file', '/ClickHouse/tests/integration/test_keeper_znode_time/_instances_1/node3/docker-compose.yml', 'pull'] (cluster.py:113, run_and_check) 2026-04-30 16:15:44 [ 383 ] DEBUG : Stderr:Pulling node1 ... (cluster.py:123, run_and_check) 2026-04-30 16:15:44 [ 383 ] DEBUG : Stderr:Pulling node3 ... (cluster.py:123, run_and_check) 2026-04-30 16:15:44 [ 383 ] DEBUG : Stderr:Pulling node2 ... (cluster.py:123, run_and_check) 2026-04-30 16:15:44 [ 383 ] DEBUG : Stderr:Pulling node3 ... pulling from altinityinfra/integr... (cluster.py:123, run_and_check) 2026-04-30 16:15:44 [ 383 ] DEBUG : Stderr:Pulling node1 ... pulling from altinityinfra/integr... (cluster.py:123, run_and_check) 2026-04-30 16:15:44 [ 383 ] DEBUG : Stderr:Pulling node3 ... digest: sha256:bf725030a292d5daab... (cluster.py:123, run_and_check) 2026-04-30 16:15:44 [ 383 ] DEBUG : Stderr:Pulling node3 ... status: image is up to date for a... (cluster.py:123, run_and_check) 2026-04-30 16:15:44 [ 383 ] DEBUG : Stderr:Pulling node1 ... digest: sha256:bf725030a292d5daab... (cluster.py:123, run_and_check) 2026-04-30 16:15:44 [ 383 ] DEBUG : Stderr:Pulling node1 ... status: image is up to date for a... (cluster.py:123, run_and_check) 2026-04-30 16:15:44 [ 383 ] DEBUG : Stderr:Pulling node3 ... done (cluster.py:123, run_and_check) 2026-04-30 16:15:44 [ 383 ] DEBUG : Stderr:Pulling node1 ... done (cluster.py:123, run_and_check) 2026-04-30 16:15:44 [ 383 ] DEBUG : Stderr:Pulling node2 ... pulling from altinityinfra/integr... (cluster.py:123, run_and_check) 2026-04-30 16:15:44 [ 383 ] DEBUG : Stderr:Pulling node2 ... digest: sha256:bf725030a292d5daab... (cluster.py:123, run_and_check) 2026-04-30 16:15:44 [ 383 ] DEBUG : Stderr:Pulling node2 ... status: image is up to date for a... (cluster.py:123, run_and_check) 2026-04-30 16:15:44 [ 383 ] DEBUG : Stderr:Pulling node2 ... done (cluster.py:123, run_and_check) 2026-04-30 16:15:44 [ 383 ] DEBUG : ('Trying to create ClickHouse instance by command %s', 'docker-compose --env-file /ClickHouse/tests/integration/test_keeper_znode_time/_instances_1/.env --project-name roottestkeeperznodetime --file /ClickHouse/tests/integration/test_keeper_znode_time/_instances_1/node1/docker-compose.yml --file /ClickHouse/tests/integration/test_keeper_znode_time/_instances_1/node2/docker-compose.yml --file /ClickHouse/tests/integration/test_keeper_znode_time/_instances_1/node3/docker-compose.yml up -d --no-recreate') (cluster.py:3146, start) 2026-04-30 16:15:44 [ 383 ] DEBUG : Command:['docker-compose', '--env-file', '/ClickHouse/tests/integration/test_keeper_znode_time/_instances_1/.env', '--project-name', 'roottestkeeperznodetime', '--file', '/ClickHouse/tests/integration/test_keeper_znode_time/_instances_1/node1/docker-compose.yml', '--file', '/ClickHouse/tests/integration/test_keeper_znode_time/_instances_1/node2/docker-compose.yml', '--file', '/ClickHouse/tests/integration/test_keeper_znode_time/_instances_1/node3/docker-compose.yml', 'up', '-d', '--no-recreate'] (cluster.py:113, run_and_check) 2026-04-30 16:15:47 [ 383 ] DEBUG : Stderr:Creating network "roottestkeeperznodetime_default" with the default driver (cluster.py:123, run_and_check) 2026-04-30 16:15:47 [ 383 ] DEBUG : Stderr:Creating roottestkeeperznodetime_node2_1 ... (cluster.py:123, run_and_check) 2026-04-30 16:15:47 [ 383 ] DEBUG : Stderr:Creating roottestkeeperznodetime_node1_1 ... (cluster.py:123, run_and_check) 2026-04-30 16:15:47 [ 383 ] DEBUG : Stderr:Creating roottestkeeperznodetime_node3_1 ... (cluster.py:123, run_and_check) 2026-04-30 16:15:47 [ 383 ] DEBUG : Stderr:Creating roottestkeeperznodetime_node2_1 ... done (cluster.py:123, run_and_check) 2026-04-30 16:15:47 [ 383 ] DEBUG : Stderr:Creating roottestkeeperznodetime_node1_1 ... done (cluster.py:123, run_and_check) 2026-04-30 16:15:47 [ 383 ] DEBUG : Stderr:Creating roottestkeeperznodetime_node3_1 ... done (cluster.py:123, run_and_check) 2026-04-30 16:15:47 [ 383 ] DEBUG : ClickHouse instance created (cluster.py:3154, start) 2026-04-30 16:15:47 [ 383 ] DEBUG : get_instance_ip instance_name=node1 (cluster.py:2135, get_instance_ip) 2026-04-30 16:15:47 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/roottestkeeperznodetime_node1_1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:47 [ 383 ] DEBUG : Waiting for ClickHouse start in node1, ip: 172.16.1.3... (cluster.py:3161, start) 2026-04-30 16:15:47 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/roottestkeeperznodetime_node1_1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:47 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/ec91812b04e0193455c7fa5f39813f56d48dbeedcde53471b2857c98fb90da9f/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:47 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/ec91812b04e0193455c7fa5f39813f56d48dbeedcde53471b2857c98fb90da9f/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:47 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/ec91812b04e0193455c7fa5f39813f56d48dbeedcde53471b2857c98fb90da9f/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:47 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/ec91812b04e0193455c7fa5f39813f56d48dbeedcde53471b2857c98fb90da9f/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:47 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/ec91812b04e0193455c7fa5f39813f56d48dbeedcde53471b2857c98fb90da9f/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:48 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/ec91812b04e0193455c7fa5f39813f56d48dbeedcde53471b2857c98fb90da9f/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:48 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/ec91812b04e0193455c7fa5f39813f56d48dbeedcde53471b2857c98fb90da9f/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:48 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/ec91812b04e0193455c7fa5f39813f56d48dbeedcde53471b2857c98fb90da9f/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:48 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/ec91812b04e0193455c7fa5f39813f56d48dbeedcde53471b2857c98fb90da9f/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:48 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/ec91812b04e0193455c7fa5f39813f56d48dbeedcde53471b2857c98fb90da9f/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:48 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/ec91812b04e0193455c7fa5f39813f56d48dbeedcde53471b2857c98fb90da9f/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:48 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/ec91812b04e0193455c7fa5f39813f56d48dbeedcde53471b2857c98fb90da9f/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:48 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/ec91812b04e0193455c7fa5f39813f56d48dbeedcde53471b2857c98fb90da9f/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:48 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/ec91812b04e0193455c7fa5f39813f56d48dbeedcde53471b2857c98fb90da9f/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:49 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/ec91812b04e0193455c7fa5f39813f56d48dbeedcde53471b2857c98fb90da9f/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:49 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/ec91812b04e0193455c7fa5f39813f56d48dbeedcde53471b2857c98fb90da9f/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:49 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/ec91812b04e0193455c7fa5f39813f56d48dbeedcde53471b2857c98fb90da9f/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:49 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/ec91812b04e0193455c7fa5f39813f56d48dbeedcde53471b2857c98fb90da9f/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:49 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/ec91812b04e0193455c7fa5f39813f56d48dbeedcde53471b2857c98fb90da9f/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:49 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/ec91812b04e0193455c7fa5f39813f56d48dbeedcde53471b2857c98fb90da9f/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:49 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/ec91812b04e0193455c7fa5f39813f56d48dbeedcde53471b2857c98fb90da9f/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:49 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/ec91812b04e0193455c7fa5f39813f56d48dbeedcde53471b2857c98fb90da9f/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:49 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/ec91812b04e0193455c7fa5f39813f56d48dbeedcde53471b2857c98fb90da9f/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:50 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/ec91812b04e0193455c7fa5f39813f56d48dbeedcde53471b2857c98fb90da9f/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:50 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/ec91812b04e0193455c7fa5f39813f56d48dbeedcde53471b2857c98fb90da9f/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:50 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/ec91812b04e0193455c7fa5f39813f56d48dbeedcde53471b2857c98fb90da9f/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:50 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/ec91812b04e0193455c7fa5f39813f56d48dbeedcde53471b2857c98fb90da9f/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:50 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/ec91812b04e0193455c7fa5f39813f56d48dbeedcde53471b2857c98fb90da9f/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:50 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/ec91812b04e0193455c7fa5f39813f56d48dbeedcde53471b2857c98fb90da9f/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:50 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/ec91812b04e0193455c7fa5f39813f56d48dbeedcde53471b2857c98fb90da9f/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:50 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/ec91812b04e0193455c7fa5f39813f56d48dbeedcde53471b2857c98fb90da9f/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:50 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/ec91812b04e0193455c7fa5f39813f56d48dbeedcde53471b2857c98fb90da9f/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:50 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/ec91812b04e0193455c7fa5f39813f56d48dbeedcde53471b2857c98fb90da9f/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:51 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/ec91812b04e0193455c7fa5f39813f56d48dbeedcde53471b2857c98fb90da9f/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:51 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/ec91812b04e0193455c7fa5f39813f56d48dbeedcde53471b2857c98fb90da9f/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:51 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/ec91812b04e0193455c7fa5f39813f56d48dbeedcde53471b2857c98fb90da9f/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:51 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/ec91812b04e0193455c7fa5f39813f56d48dbeedcde53471b2857c98fb90da9f/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:51 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/ec91812b04e0193455c7fa5f39813f56d48dbeedcde53471b2857c98fb90da9f/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:51 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/ec91812b04e0193455c7fa5f39813f56d48dbeedcde53471b2857c98fb90da9f/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:51 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/ec91812b04e0193455c7fa5f39813f56d48dbeedcde53471b2857c98fb90da9f/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:51 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/ec91812b04e0193455c7fa5f39813f56d48dbeedcde53471b2857c98fb90da9f/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:51 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/ec91812b04e0193455c7fa5f39813f56d48dbeedcde53471b2857c98fb90da9f/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:52 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/ec91812b04e0193455c7fa5f39813f56d48dbeedcde53471b2857c98fb90da9f/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:52 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/ec91812b04e0193455c7fa5f39813f56d48dbeedcde53471b2857c98fb90da9f/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:52 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/ec91812b04e0193455c7fa5f39813f56d48dbeedcde53471b2857c98fb90da9f/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:52 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/ec91812b04e0193455c7fa5f39813f56d48dbeedcde53471b2857c98fb90da9f/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:52 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/ec91812b04e0193455c7fa5f39813f56d48dbeedcde53471b2857c98fb90da9f/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:52 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/ec91812b04e0193455c7fa5f39813f56d48dbeedcde53471b2857c98fb90da9f/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:52 [ 383 ] DEBUG : ClickHouse node1 started (cluster.py:3165, start) 2026-04-30 16:15:52 [ 383 ] DEBUG : get_instance_ip instance_name=node2 (cluster.py:2135, get_instance_ip) 2026-04-30 16:15:52 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/roottestkeeperznodetime_node2_1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:52 [ 383 ] DEBUG : Waiting for ClickHouse start in node2, ip: 172.16.1.2... (cluster.py:3161, start) 2026-04-30 16:15:52 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/roottestkeeperznodetime_node2_1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:52 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/0066270e14d7c82c41d8f8debeabe5bc6422803a83b5dae04cbe79b02103e4ad/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:52 [ 383 ] DEBUG : ClickHouse node2 started (cluster.py:3165, start) 2026-04-30 16:15:52 [ 383 ] DEBUG : get_instance_ip instance_name=node3 (cluster.py:2135, get_instance_ip) 2026-04-30 16:15:52 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/roottestkeeperznodetime_node3_1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:52 [ 383 ] DEBUG : Waiting for ClickHouse start in node3, ip: 172.16.1.4... (cluster.py:3161, start) 2026-04-30 16:15:52 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/roottestkeeperznodetime_node3_1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:52 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/46d87a92ead8c10c6aab02c39d10dc8392474b040aa23bf506aa03d44551c85e/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:52 [ 383 ] DEBUG : ClickHouse node3 started (cluster.py:3165, start) ------------------------------ Captured log call ------------------------------- 2026-04-30 16:15:52 [ 383 ] DEBUG : get_instance_ip instance_name=node1 (cluster.py:2135, get_instance_ip) 2026-04-30 16:15:52 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/roottestkeeperznodetime_node1_1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:52 [ 383 ] DEBUG : get_instance_ip instance_name=node2 (cluster.py:2135, get_instance_ip) 2026-04-30 16:15:52 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/roottestkeeperznodetime_node2_1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:52 [ 383 ] DEBUG : get_instance_ip instance_name=node3 (cluster.py:2135, get_instance_ip) 2026-04-30 16:15:52 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/roottestkeeperznodetime_node3_1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:52 [ 383 ] DEBUG : get_instance_ip instance_name=node1 (cluster.py:2135, get_instance_ip) 2026-04-30 16:15:52 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/roottestkeeperznodetime_node1_1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:52 [ 383 ] INFO : Connecting to 172.16.1.3(172.16.1.3):9181, use_ssl: False (connection.py:650, _connect) 2026-04-30 16:15:52 [ 383 ] DEBUG : Sending request(xid=None): Connect(protocol_version=0, last_zxid_seen=0, time_out=30000, session_id=0, passwd=b'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00', read_only=None) (connection.py:312, _submit) 2026-04-30 16:15:52 [ 383 ] INFO : Zookeeper connection established, state: CONNECTED (client.py:532, _session_callback) 2026-04-30 16:15:52 [ 383 ] DEBUG : get_instance_ip instance_name=node2 (cluster.py:2135, get_instance_ip) 2026-04-30 16:15:52 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/roottestkeeperznodetime_node2_1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:52 [ 383 ] INFO : Connecting to 172.16.1.2(172.16.1.2):9181, use_ssl: False (connection.py:650, _connect) 2026-04-30 16:15:52 [ 383 ] DEBUG : Sending request(xid=None): Connect(protocol_version=0, last_zxid_seen=0, time_out=30000, session_id=0, passwd=b'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00', read_only=None) (connection.py:312, _submit) 2026-04-30 16:15:52 [ 383 ] INFO : Zookeeper connection established, state: CONNECTED (client.py:532, _session_callback) 2026-04-30 16:15:52 [ 383 ] DEBUG : get_instance_ip instance_name=node3 (cluster.py:2135, get_instance_ip) 2026-04-30 16:15:52 [ 383 ] DEBUG : http://localhost:None "GET /v1.42/containers/roottestkeeperznodetime_node3_1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-04-30 16:15:52 [ 383 ] INFO : Connecting to 172.16.1.4(172.16.1.4):9181, use_ssl: False (connection.py:650, _connect) 2026-04-30 16:15:52 [ 383 ] DEBUG : Sending request(xid=None): Connect(protocol_version=0, last_zxid_seen=0, time_out=30000, session_id=0, passwd=b'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00', read_only=None) (connection.py:312, _submit) 2026-04-30 16:15:52 [ 383 ] INFO : Zookeeper connection established, state: CONNECTED (client.py:532, _session_callback) 2026-04-30 16:15:52 [ 383 ] DEBUG : Sending request(xid=1): Create(path='/test_between_servers', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:52 [ 383 ] DEBUG : Received response(xid=1): '/test_between_servers' (connection.py:410, _read_response) 2026-04-30 16:15:52 [ 383 ] DEBUG : Sending request(xid=2): Create(path='/test_between_servers/0', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:52 [ 383 ] DEBUG : Received response(xid=2): '/test_between_servers/0' (connection.py:410, _read_response) 2026-04-30 16:15:52 [ 383 ] DEBUG : Sending request(xid=3): Create(path='/test_between_servers/1', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:52 [ 383 ] DEBUG : Received response(xid=3): '/test_between_servers/1' (connection.py:410, _read_response) 2026-04-30 16:15:52 [ 383 ] DEBUG : Sending request(xid=4): Create(path='/test_between_servers/2', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:52 [ 383 ] DEBUG : Received response(xid=4): '/test_between_servers/2' (connection.py:410, _read_response) 2026-04-30 16:15:52 [ 383 ] DEBUG : Sending request(xid=5): Create(path='/test_between_servers/3', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:52 [ 383 ] DEBUG : Received response(xid=5): '/test_between_servers/3' (connection.py:410, _read_response) 2026-04-30 16:15:52 [ 383 ] DEBUG : Sending request(xid=6): Create(path='/test_between_servers/4', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=6): '/test_between_servers/4' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=7): Create(path='/test_between_servers/5', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=7): '/test_between_servers/5' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=8): Create(path='/test_between_servers/6', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=8): '/test_between_servers/6' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=9): Create(path='/test_between_servers/7', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=9): '/test_between_servers/7' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=10): Create(path='/test_between_servers/8', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=10): '/test_between_servers/8' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=11): Create(path='/test_between_servers/9', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=11): '/test_between_servers/9' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=12): Create(path='/test_between_servers/10', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=12): '/test_between_servers/10' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=13): Create(path='/test_between_servers/11', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=13): '/test_between_servers/11' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=14): Create(path='/test_between_servers/12', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=14): '/test_between_servers/12' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=15): Create(path='/test_between_servers/13', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=15): '/test_between_servers/13' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=16): Create(path='/test_between_servers/14', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=16): '/test_between_servers/14' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=17): Create(path='/test_between_servers/15', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=17): '/test_between_servers/15' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=18): Create(path='/test_between_servers/16', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=18): '/test_between_servers/16' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=19): Create(path='/test_between_servers/17', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=19): '/test_between_servers/17' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=20): Create(path='/test_between_servers/18', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=20): '/test_between_servers/18' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=21): Create(path='/test_between_servers/19', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=21): '/test_between_servers/19' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=22): Create(path='/test_between_servers/20', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=22): '/test_between_servers/20' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=23): Create(path='/test_between_servers/21', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=23): '/test_between_servers/21' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=24): Create(path='/test_between_servers/22', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=24): '/test_between_servers/22' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=25): Create(path='/test_between_servers/23', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=25): '/test_between_servers/23' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=26): Create(path='/test_between_servers/24', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=26): '/test_between_servers/24' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=27): Create(path='/test_between_servers/25', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=27): '/test_between_servers/25' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=28): Create(path='/test_between_servers/26', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=28): '/test_between_servers/26' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=29): Create(path='/test_between_servers/27', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=29): '/test_between_servers/27' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=30): Create(path='/test_between_servers/28', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=30): '/test_between_servers/28' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=31): Create(path='/test_between_servers/29', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=31): '/test_between_servers/29' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=32): Create(path='/test_between_servers/30', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=32): '/test_between_servers/30' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=33): Create(path='/test_between_servers/31', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=33): '/test_between_servers/31' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=34): Create(path='/test_between_servers/32', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=34): '/test_between_servers/32' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=35): Create(path='/test_between_servers/33', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=35): '/test_between_servers/33' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=36): Create(path='/test_between_servers/34', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=36): '/test_between_servers/34' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=37): Create(path='/test_between_servers/35', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=37): '/test_between_servers/35' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=38): Create(path='/test_between_servers/36', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=38): '/test_between_servers/36' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=39): Create(path='/test_between_servers/37', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=39): '/test_between_servers/37' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=40): Create(path='/test_between_servers/38', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=40): '/test_between_servers/38' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=41): Create(path='/test_between_servers/39', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=41): '/test_between_servers/39' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=42): Create(path='/test_between_servers/40', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=42): '/test_between_servers/40' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=43): Create(path='/test_between_servers/41', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=43): '/test_between_servers/41' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=44): Create(path='/test_between_servers/42', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=44): '/test_between_servers/42' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=45): Create(path='/test_between_servers/43', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=45): '/test_between_servers/43' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=46): Create(path='/test_between_servers/44', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=46): '/test_between_servers/44' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=47): Create(path='/test_between_servers/45', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=47): '/test_between_servers/45' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=48): Create(path='/test_between_servers/46', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=48): '/test_between_servers/46' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=49): Create(path='/test_between_servers/47', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=49): '/test_between_servers/47' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=50): Create(path='/test_between_servers/48', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=50): '/test_between_servers/48' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=51): Create(path='/test_between_servers/49', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=51): '/test_between_servers/49' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=52): Create(path='/test_between_servers/50', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=52): '/test_between_servers/50' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=53): Create(path='/test_between_servers/51', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=53): '/test_between_servers/51' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=54): Create(path='/test_between_servers/52', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=54): '/test_between_servers/52' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=55): Create(path='/test_between_servers/53', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=55): '/test_between_servers/53' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=56): Create(path='/test_between_servers/54', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=56): '/test_between_servers/54' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=57): Create(path='/test_between_servers/55', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=57): '/test_between_servers/55' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=58): Create(path='/test_between_servers/56', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=58): '/test_between_servers/56' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=59): Create(path='/test_between_servers/57', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=59): '/test_between_servers/57' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=60): Create(path='/test_between_servers/58', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=60): '/test_between_servers/58' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=61): Create(path='/test_between_servers/59', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=61): '/test_between_servers/59' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=62): Create(path='/test_between_servers/60', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=62): '/test_between_servers/60' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=63): Create(path='/test_between_servers/61', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=63): '/test_between_servers/61' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=64): Create(path='/test_between_servers/62', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:53 [ 383 ] DEBUG : Received response(xid=64): '/test_between_servers/62' (connection.py:410, _read_response) 2026-04-30 16:15:53 [ 383 ] DEBUG : Sending request(xid=65): Create(path='/test_between_servers/63', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=65): '/test_between_servers/63' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=66): Create(path='/test_between_servers/64', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=66): '/test_between_servers/64' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=67): Create(path='/test_between_servers/65', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=67): '/test_between_servers/65' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=68): Create(path='/test_between_servers/66', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=68): '/test_between_servers/66' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=69): Create(path='/test_between_servers/67', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=69): '/test_between_servers/67' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=70): Create(path='/test_between_servers/68', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=70): '/test_between_servers/68' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=71): Create(path='/test_between_servers/69', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=71): '/test_between_servers/69' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=72): Create(path='/test_between_servers/70', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=72): '/test_between_servers/70' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=73): Create(path='/test_between_servers/71', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=73): '/test_between_servers/71' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=74): Create(path='/test_between_servers/72', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=74): '/test_between_servers/72' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=75): Create(path='/test_between_servers/73', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=75): '/test_between_servers/73' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=76): Create(path='/test_between_servers/74', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=76): '/test_between_servers/74' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=77): Create(path='/test_between_servers/75', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=77): '/test_between_servers/75' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=78): Create(path='/test_between_servers/76', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=78): '/test_between_servers/76' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=79): Create(path='/test_between_servers/77', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=79): '/test_between_servers/77' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=80): Create(path='/test_between_servers/78', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=80): '/test_between_servers/78' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=81): Create(path='/test_between_servers/79', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=81): '/test_between_servers/79' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=82): Create(path='/test_between_servers/80', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=82): '/test_between_servers/80' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=83): Create(path='/test_between_servers/81', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=83): '/test_between_servers/81' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=84): Create(path='/test_between_servers/82', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=84): '/test_between_servers/82' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=85): Create(path='/test_between_servers/83', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=85): '/test_between_servers/83' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=86): Create(path='/test_between_servers/84', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=86): '/test_between_servers/84' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=87): Create(path='/test_between_servers/85', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=87): '/test_between_servers/85' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=88): Create(path='/test_between_servers/86', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=88): '/test_between_servers/86' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=89): Create(path='/test_between_servers/87', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=89): '/test_between_servers/87' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=90): Create(path='/test_between_servers/88', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=90): '/test_between_servers/88' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=91): Create(path='/test_between_servers/89', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=91): '/test_between_servers/89' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=92): Create(path='/test_between_servers/90', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=92): '/test_between_servers/90' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=93): Create(path='/test_between_servers/91', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=93): '/test_between_servers/91' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=94): Create(path='/test_between_servers/92', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=94): '/test_between_servers/92' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=95): Create(path='/test_between_servers/93', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=95): '/test_between_servers/93' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=96): Create(path='/test_between_servers/94', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=96): '/test_between_servers/94' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=97): Create(path='/test_between_servers/95', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=97): '/test_between_servers/95' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=98): Create(path='/test_between_servers/96', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=98): '/test_between_servers/96' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=99): Create(path='/test_between_servers/97', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=99): '/test_between_servers/97' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=100): Create(path='/test_between_servers/98', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=100): '/test_between_servers/98' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=101): Create(path='/test_between_servers/99', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=101): '/test_between_servers/99' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=102): Create(path='/test_between_servers/100', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=102): '/test_between_servers/100' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=103): Create(path='/test_between_servers/101', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=103): '/test_between_servers/101' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=104): Create(path='/test_between_servers/102', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=104): '/test_between_servers/102' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=105): Create(path='/test_between_servers/103', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=105): '/test_between_servers/103' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=106): Create(path='/test_between_servers/104', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=106): '/test_between_servers/104' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=107): Create(path='/test_between_servers/105', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=107): '/test_between_servers/105' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=108): Create(path='/test_between_servers/106', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=108): '/test_between_servers/106' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=109): Create(path='/test_between_servers/107', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=109): '/test_between_servers/107' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=110): Create(path='/test_between_servers/108', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=110): '/test_between_servers/108' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=111): Create(path='/test_between_servers/109', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=111): '/test_between_servers/109' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=112): Create(path='/test_between_servers/110', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=112): '/test_between_servers/110' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=113): Create(path='/test_between_servers/111', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=113): '/test_between_servers/111' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=114): Create(path='/test_between_servers/112', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=114): '/test_between_servers/112' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=115): Create(path='/test_between_servers/113', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=115): '/test_between_servers/113' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=116): Create(path='/test_between_servers/114', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=116): '/test_between_servers/114' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=117): Create(path='/test_between_servers/115', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=117): '/test_between_servers/115' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=118): Create(path='/test_between_servers/116', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=118): '/test_between_servers/116' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=119): Create(path='/test_between_servers/117', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=119): '/test_between_servers/117' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=120): Create(path='/test_between_servers/118', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=120): '/test_between_servers/118' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=121): Create(path='/test_between_servers/119', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=121): '/test_between_servers/119' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=122): Create(path='/test_between_servers/120', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=122): '/test_between_servers/120' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=123): Create(path='/test_between_servers/121', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=123): '/test_between_servers/121' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=124): Create(path='/test_between_servers/122', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=124): '/test_between_servers/122' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=125): Create(path='/test_between_servers/123', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=125): '/test_between_servers/123' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=126): Create(path='/test_between_servers/124', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=126): '/test_between_servers/124' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=127): Create(path='/test_between_servers/125', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=127): '/test_between_servers/125' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=128): Create(path='/test_between_servers/126', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=128): '/test_between_servers/126' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=129): Create(path='/test_between_servers/127', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=129): '/test_between_servers/127' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=130): Create(path='/test_between_servers/128', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=130): '/test_between_servers/128' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=131): Create(path='/test_between_servers/129', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=131): '/test_between_servers/129' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=132): Create(path='/test_between_servers/130', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=132): '/test_between_servers/130' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=133): Create(path='/test_between_servers/131', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=133): '/test_between_servers/131' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=134): Create(path='/test_between_servers/132', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=134): '/test_between_servers/132' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=135): Create(path='/test_between_servers/133', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=135): '/test_between_servers/133' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=136): Create(path='/test_between_servers/134', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=136): '/test_between_servers/134' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=137): Create(path='/test_between_servers/135', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=137): '/test_between_servers/135' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=138): Create(path='/test_between_servers/136', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=138): '/test_between_servers/136' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=139): Create(path='/test_between_servers/137', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:54 [ 383 ] DEBUG : Received response(xid=139): '/test_between_servers/137' (connection.py:410, _read_response) 2026-04-30 16:15:54 [ 383 ] DEBUG : Sending request(xid=140): Create(path='/test_between_servers/138', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=140): '/test_between_servers/138' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=141): Create(path='/test_between_servers/139', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=141): '/test_between_servers/139' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=142): Create(path='/test_between_servers/140', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=142): '/test_between_servers/140' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=143): Create(path='/test_between_servers/141', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=143): '/test_between_servers/141' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=144): Create(path='/test_between_servers/142', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=144): '/test_between_servers/142' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=145): Create(path='/test_between_servers/143', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=145): '/test_between_servers/143' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=146): Create(path='/test_between_servers/144', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=146): '/test_between_servers/144' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=147): Create(path='/test_between_servers/145', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=147): '/test_between_servers/145' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=148): Create(path='/test_between_servers/146', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=148): '/test_between_servers/146' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=149): Create(path='/test_between_servers/147', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=149): '/test_between_servers/147' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=150): Create(path='/test_between_servers/148', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=150): '/test_between_servers/148' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=151): Create(path='/test_between_servers/149', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=151): '/test_between_servers/149' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=152): Create(path='/test_between_servers/150', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=152): '/test_between_servers/150' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=153): Create(path='/test_between_servers/151', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=153): '/test_between_servers/151' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=154): Create(path='/test_between_servers/152', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=154): '/test_between_servers/152' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=155): Create(path='/test_between_servers/153', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=155): '/test_between_servers/153' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=156): Create(path='/test_between_servers/154', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=156): '/test_between_servers/154' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=157): Create(path='/test_between_servers/155', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=157): '/test_between_servers/155' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=158): Create(path='/test_between_servers/156', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=158): '/test_between_servers/156' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=159): Create(path='/test_between_servers/157', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=159): '/test_between_servers/157' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=160): Create(path='/test_between_servers/158', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=160): '/test_between_servers/158' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=161): Create(path='/test_between_servers/159', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=161): '/test_between_servers/159' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=162): Create(path='/test_between_servers/160', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=162): '/test_between_servers/160' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=163): Create(path='/test_between_servers/161', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=163): '/test_between_servers/161' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=164): Create(path='/test_between_servers/162', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=164): '/test_between_servers/162' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=165): Create(path='/test_between_servers/163', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=165): '/test_between_servers/163' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=166): Create(path='/test_between_servers/164', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=166): '/test_between_servers/164' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=167): Create(path='/test_between_servers/165', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=167): '/test_between_servers/165' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=168): Create(path='/test_between_servers/166', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=168): '/test_between_servers/166' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=169): Create(path='/test_between_servers/167', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=169): '/test_between_servers/167' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=170): Create(path='/test_between_servers/168', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=170): '/test_between_servers/168' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=171): Create(path='/test_between_servers/169', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=171): '/test_between_servers/169' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=172): Create(path='/test_between_servers/170', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=172): '/test_between_servers/170' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=173): Create(path='/test_between_servers/171', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=173): '/test_between_servers/171' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=174): Create(path='/test_between_servers/172', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=174): '/test_between_servers/172' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=175): Create(path='/test_between_servers/173', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=175): '/test_between_servers/173' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=176): Create(path='/test_between_servers/174', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=176): '/test_between_servers/174' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=177): Create(path='/test_between_servers/175', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=177): '/test_between_servers/175' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=178): Create(path='/test_between_servers/176', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=178): '/test_between_servers/176' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=179): Create(path='/test_between_servers/177', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=179): '/test_between_servers/177' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=180): Create(path='/test_between_servers/178', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=180): '/test_between_servers/178' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=181): Create(path='/test_between_servers/179', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=181): '/test_between_servers/179' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=182): Create(path='/test_between_servers/180', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=182): '/test_between_servers/180' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=183): Create(path='/test_between_servers/181', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=183): '/test_between_servers/181' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=184): Create(path='/test_between_servers/182', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=184): '/test_between_servers/182' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=185): Create(path='/test_between_servers/183', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=185): '/test_between_servers/183' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=186): Create(path='/test_between_servers/184', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=186): '/test_between_servers/184' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=187): Create(path='/test_between_servers/185', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=187): '/test_between_servers/185' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=188): Create(path='/test_between_servers/186', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=188): '/test_between_servers/186' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=189): Create(path='/test_between_servers/187', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=189): '/test_between_servers/187' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=190): Create(path='/test_between_servers/188', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=190): '/test_between_servers/188' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=191): Create(path='/test_between_servers/189', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=191): '/test_between_servers/189' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=192): Create(path='/test_between_servers/190', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=192): '/test_between_servers/190' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=193): Create(path='/test_between_servers/191', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=193): '/test_between_servers/191' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=194): Create(path='/test_between_servers/192', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=194): '/test_between_servers/192' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=195): Create(path='/test_between_servers/193', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=195): '/test_between_servers/193' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=196): Create(path='/test_between_servers/194', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=196): '/test_between_servers/194' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=197): Create(path='/test_between_servers/195', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=197): '/test_between_servers/195' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=198): Create(path='/test_between_servers/196', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=198): '/test_between_servers/196' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=199): Create(path='/test_between_servers/197', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=199): '/test_between_servers/197' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=200): Create(path='/test_between_servers/198', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=200): '/test_between_servers/198' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=201): Create(path='/test_between_servers/199', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=201): '/test_between_servers/199' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=202): Create(path='/test_between_servers/200', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=202): '/test_between_servers/200' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=203): Create(path='/test_between_servers/201', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=203): '/test_between_servers/201' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=204): Create(path='/test_between_servers/202', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=204): '/test_between_servers/202' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=205): Create(path='/test_between_servers/203', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=205): '/test_between_servers/203' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=206): Create(path='/test_between_servers/204', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=206): '/test_between_servers/204' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=207): Create(path='/test_between_servers/205', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=207): '/test_between_servers/205' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=208): Create(path='/test_between_servers/206', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:55 [ 383 ] DEBUG : Received response(xid=208): '/test_between_servers/206' (connection.py:410, _read_response) 2026-04-30 16:15:55 [ 383 ] DEBUG : Sending request(xid=209): Create(path='/test_between_servers/207', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=209): '/test_between_servers/207' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=210): Create(path='/test_between_servers/208', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=210): '/test_between_servers/208' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=211): Create(path='/test_between_servers/209', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=211): '/test_between_servers/209' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=212): Create(path='/test_between_servers/210', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=212): '/test_between_servers/210' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=213): Create(path='/test_between_servers/211', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=213): '/test_between_servers/211' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=214): Create(path='/test_between_servers/212', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=214): '/test_between_servers/212' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=215): Create(path='/test_between_servers/213', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=215): '/test_between_servers/213' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=216): Create(path='/test_between_servers/214', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=216): '/test_between_servers/214' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=217): Create(path='/test_between_servers/215', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=217): '/test_between_servers/215' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=218): Create(path='/test_between_servers/216', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=218): '/test_between_servers/216' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=219): Create(path='/test_between_servers/217', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=219): '/test_between_servers/217' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=220): Create(path='/test_between_servers/218', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=220): '/test_between_servers/218' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=221): Create(path='/test_between_servers/219', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=221): '/test_between_servers/219' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=222): Create(path='/test_between_servers/220', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=222): '/test_between_servers/220' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=223): Create(path='/test_between_servers/221', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=223): '/test_between_servers/221' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=224): Create(path='/test_between_servers/222', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=224): '/test_between_servers/222' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=225): Create(path='/test_between_servers/223', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=225): '/test_between_servers/223' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=226): Create(path='/test_between_servers/224', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=226): '/test_between_servers/224' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=227): Create(path='/test_between_servers/225', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=227): '/test_between_servers/225' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=228): Create(path='/test_between_servers/226', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=228): '/test_between_servers/226' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=229): Create(path='/test_between_servers/227', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=229): '/test_between_servers/227' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=230): Create(path='/test_between_servers/228', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=230): '/test_between_servers/228' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=231): Create(path='/test_between_servers/229', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=231): '/test_between_servers/229' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=232): Create(path='/test_between_servers/230', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=232): '/test_between_servers/230' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=233): Create(path='/test_between_servers/231', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=233): '/test_between_servers/231' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=234): Create(path='/test_between_servers/232', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=234): '/test_between_servers/232' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=235): Create(path='/test_between_servers/233', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=235): '/test_between_servers/233' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=236): Create(path='/test_between_servers/234', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=236): '/test_between_servers/234' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=237): Create(path='/test_between_servers/235', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=237): '/test_between_servers/235' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=238): Create(path='/test_between_servers/236', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=238): '/test_between_servers/236' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=239): Create(path='/test_between_servers/237', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=239): '/test_between_servers/237' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=240): Create(path='/test_between_servers/238', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=240): '/test_between_servers/238' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=241): Create(path='/test_between_servers/239', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=241): '/test_between_servers/239' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=242): Create(path='/test_between_servers/240', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=242): '/test_between_servers/240' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=243): Create(path='/test_between_servers/241', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=243): '/test_between_servers/241' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=244): Create(path='/test_between_servers/242', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=244): '/test_between_servers/242' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=245): Create(path='/test_between_servers/243', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=245): '/test_between_servers/243' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=246): Create(path='/test_between_servers/244', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=246): '/test_between_servers/244' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=247): Create(path='/test_between_servers/245', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=247): '/test_between_servers/245' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=248): Create(path='/test_between_servers/246', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=248): '/test_between_servers/246' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=249): Create(path='/test_between_servers/247', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=249): '/test_between_servers/247' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=250): Create(path='/test_between_servers/248', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=250): '/test_between_servers/248' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=251): Create(path='/test_between_servers/249', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=251): '/test_between_servers/249' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=252): Create(path='/test_between_servers/250', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=252): '/test_between_servers/250' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=253): Create(path='/test_between_servers/251', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=253): '/test_between_servers/251' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=254): Create(path='/test_between_servers/252', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=254): '/test_between_servers/252' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=255): Create(path='/test_between_servers/253', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=255): '/test_between_servers/253' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=256): Create(path='/test_between_servers/254', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=256): '/test_between_servers/254' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=257): Create(path='/test_between_servers/255', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=257): '/test_between_servers/255' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=258): Create(path='/test_between_servers/256', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=258): '/test_between_servers/256' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=259): Create(path='/test_between_servers/257', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=259): '/test_between_servers/257' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=260): Create(path='/test_between_servers/258', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=260): '/test_between_servers/258' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=261): Create(path='/test_between_servers/259', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=261): '/test_between_servers/259' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=262): Create(path='/test_between_servers/260', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=262): '/test_between_servers/260' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=263): Create(path='/test_between_servers/261', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=263): '/test_between_servers/261' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=264): Create(path='/test_between_servers/262', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=264): '/test_between_servers/262' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=265): Create(path='/test_between_servers/263', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=265): '/test_between_servers/263' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=266): Create(path='/test_between_servers/264', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=266): '/test_between_servers/264' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=267): Create(path='/test_between_servers/265', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=267): '/test_between_servers/265' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=268): Create(path='/test_between_servers/266', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=268): '/test_between_servers/266' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=269): Create(path='/test_between_servers/267', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=269): '/test_between_servers/267' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=270): Create(path='/test_between_servers/268', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=270): '/test_between_servers/268' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=271): Create(path='/test_between_servers/269', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=271): '/test_between_servers/269' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=272): Create(path='/test_between_servers/270', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=272): '/test_between_servers/270' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=273): Create(path='/test_between_servers/271', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=273): '/test_between_servers/271' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=274): Create(path='/test_between_servers/272', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=274): '/test_between_servers/272' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=275): Create(path='/test_between_servers/273', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=275): '/test_between_servers/273' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=276): Create(path='/test_between_servers/274', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=276): '/test_between_servers/274' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=277): Create(path='/test_between_servers/275', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=277): '/test_between_servers/275' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=278): Create(path='/test_between_servers/276', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=278): '/test_between_servers/276' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=279): Create(path='/test_between_servers/277', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=279): '/test_between_servers/277' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=280): Create(path='/test_between_servers/278', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=280): '/test_between_servers/278' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=281): Create(path='/test_between_servers/279', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=281): '/test_between_servers/279' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=282): Create(path='/test_between_servers/280', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=282): '/test_between_servers/280' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=283): Create(path='/test_between_servers/281', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=283): '/test_between_servers/281' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=284): Create(path='/test_between_servers/282', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=284): '/test_between_servers/282' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=285): Create(path='/test_between_servers/283', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:56 [ 383 ] DEBUG : Received response(xid=285): '/test_between_servers/283' (connection.py:410, _read_response) 2026-04-30 16:15:56 [ 383 ] DEBUG : Sending request(xid=286): Create(path='/test_between_servers/284', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=286): '/test_between_servers/284' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=287): Create(path='/test_between_servers/285', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=287): '/test_between_servers/285' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=288): Create(path='/test_between_servers/286', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=288): '/test_between_servers/286' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=289): Create(path='/test_between_servers/287', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=289): '/test_between_servers/287' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=290): Create(path='/test_between_servers/288', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=290): '/test_between_servers/288' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=291): Create(path='/test_between_servers/289', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=291): '/test_between_servers/289' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=292): Create(path='/test_between_servers/290', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=292): '/test_between_servers/290' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=293): Create(path='/test_between_servers/291', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=293): '/test_between_servers/291' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=294): Create(path='/test_between_servers/292', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=294): '/test_between_servers/292' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=295): Create(path='/test_between_servers/293', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=295): '/test_between_servers/293' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=296): Create(path='/test_between_servers/294', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=296): '/test_between_servers/294' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=297): Create(path='/test_between_servers/295', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=297): '/test_between_servers/295' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=298): Create(path='/test_between_servers/296', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=298): '/test_between_servers/296' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=299): Create(path='/test_between_servers/297', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=299): '/test_between_servers/297' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=300): Create(path='/test_between_servers/298', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=300): '/test_between_servers/298' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=301): Create(path='/test_between_servers/299', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=301): '/test_between_servers/299' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=302): Create(path='/test_between_servers/300', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=302): '/test_between_servers/300' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=303): Create(path='/test_between_servers/301', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=303): '/test_between_servers/301' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=304): Create(path='/test_between_servers/302', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=304): '/test_between_servers/302' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=305): Create(path='/test_between_servers/303', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=305): '/test_between_servers/303' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=306): Create(path='/test_between_servers/304', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=306): '/test_between_servers/304' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=307): Create(path='/test_between_servers/305', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=307): '/test_between_servers/305' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=308): Create(path='/test_between_servers/306', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=308): '/test_between_servers/306' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=309): Create(path='/test_between_servers/307', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=309): '/test_between_servers/307' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=310): Create(path='/test_between_servers/308', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=310): '/test_between_servers/308' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=311): Create(path='/test_between_servers/309', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=311): '/test_between_servers/309' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=312): Create(path='/test_between_servers/310', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=312): '/test_between_servers/310' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=313): Create(path='/test_between_servers/311', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=313): '/test_between_servers/311' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=314): Create(path='/test_between_servers/312', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=314): '/test_between_servers/312' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=315): Create(path='/test_between_servers/313', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=315): '/test_between_servers/313' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=316): Create(path='/test_between_servers/314', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=316): '/test_between_servers/314' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=317): Create(path='/test_between_servers/315', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=317): '/test_between_servers/315' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=318): Create(path='/test_between_servers/316', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=318): '/test_between_servers/316' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=319): Create(path='/test_between_servers/317', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=319): '/test_between_servers/317' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=320): Create(path='/test_between_servers/318', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=320): '/test_between_servers/318' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=321): Create(path='/test_between_servers/319', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=321): '/test_between_servers/319' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=322): Create(path='/test_between_servers/320', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=322): '/test_between_servers/320' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=323): Create(path='/test_between_servers/321', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=323): '/test_between_servers/321' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=324): Create(path='/test_between_servers/322', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=324): '/test_between_servers/322' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=325): Create(path='/test_between_servers/323', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=325): '/test_between_servers/323' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=326): Create(path='/test_between_servers/324', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=326): '/test_between_servers/324' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=327): Create(path='/test_between_servers/325', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=327): '/test_between_servers/325' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=328): Create(path='/test_between_servers/326', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=328): '/test_between_servers/326' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=329): Create(path='/test_between_servers/327', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=329): '/test_between_servers/327' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=330): Create(path='/test_between_servers/328', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=330): '/test_between_servers/328' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=331): Create(path='/test_between_servers/329', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=331): '/test_between_servers/329' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=332): Create(path='/test_between_servers/330', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=332): '/test_between_servers/330' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=333): Create(path='/test_between_servers/331', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=333): '/test_between_servers/331' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=334): Create(path='/test_between_servers/332', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=334): '/test_between_servers/332' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=335): Create(path='/test_between_servers/333', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=335): '/test_between_servers/333' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=336): Create(path='/test_between_servers/334', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=336): '/test_between_servers/334' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=337): Create(path='/test_between_servers/335', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=337): '/test_between_servers/335' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=338): Create(path='/test_between_servers/336', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=338): '/test_between_servers/336' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=339): Create(path='/test_between_servers/337', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=339): '/test_between_servers/337' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=340): Create(path='/test_between_servers/338', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=340): '/test_between_servers/338' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=341): Create(path='/test_between_servers/339', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=341): '/test_between_servers/339' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=342): Create(path='/test_between_servers/340', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=342): '/test_between_servers/340' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=343): Create(path='/test_between_servers/341', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=343): '/test_between_servers/341' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=344): Create(path='/test_between_servers/342', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=344): '/test_between_servers/342' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=345): Create(path='/test_between_servers/343', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=345): '/test_between_servers/343' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=346): Create(path='/test_between_servers/344', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=346): '/test_between_servers/344' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=347): Create(path='/test_between_servers/345', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=347): '/test_between_servers/345' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=348): Create(path='/test_between_servers/346', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=348): '/test_between_servers/346' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=349): Create(path='/test_between_servers/347', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=349): '/test_between_servers/347' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=350): Create(path='/test_between_servers/348', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=350): '/test_between_servers/348' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=351): Create(path='/test_between_servers/349', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=351): '/test_between_servers/349' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=352): Create(path='/test_between_servers/350', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=352): '/test_between_servers/350' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=353): Create(path='/test_between_servers/351', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=353): '/test_between_servers/351' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=354): Create(path='/test_between_servers/352', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=354): '/test_between_servers/352' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=355): Create(path='/test_between_servers/353', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=355): '/test_between_servers/353' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=356): Create(path='/test_between_servers/354', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=356): '/test_between_servers/354' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=357): Create(path='/test_between_servers/355', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=357): '/test_between_servers/355' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=358): Create(path='/test_between_servers/356', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=358): '/test_between_servers/356' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=359): Create(path='/test_between_servers/357', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:57 [ 383 ] DEBUG : Received response(xid=359): '/test_between_servers/357' (connection.py:410, _read_response) 2026-04-30 16:15:57 [ 383 ] DEBUG : Sending request(xid=360): Create(path='/test_between_servers/358', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=360): '/test_between_servers/358' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=361): Create(path='/test_between_servers/359', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=361): '/test_between_servers/359' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=362): Create(path='/test_between_servers/360', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=362): '/test_between_servers/360' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=363): Create(path='/test_between_servers/361', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=363): '/test_between_servers/361' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=364): Create(path='/test_between_servers/362', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=364): '/test_between_servers/362' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=365): Create(path='/test_between_servers/363', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=365): '/test_between_servers/363' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=366): Create(path='/test_between_servers/364', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=366): '/test_between_servers/364' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=367): Create(path='/test_between_servers/365', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=367): '/test_between_servers/365' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=368): Create(path='/test_between_servers/366', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=368): '/test_between_servers/366' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=369): Create(path='/test_between_servers/367', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=369): '/test_between_servers/367' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=370): Create(path='/test_between_servers/368', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=370): '/test_between_servers/368' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=371): Create(path='/test_between_servers/369', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=371): '/test_between_servers/369' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=372): Create(path='/test_between_servers/370', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=372): '/test_between_servers/370' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=373): Create(path='/test_between_servers/371', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=373): '/test_between_servers/371' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=374): Create(path='/test_between_servers/372', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=374): '/test_between_servers/372' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=375): Create(path='/test_between_servers/373', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=375): '/test_between_servers/373' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=376): Create(path='/test_between_servers/374', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=376): '/test_between_servers/374' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=377): Create(path='/test_between_servers/375', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=377): '/test_between_servers/375' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=378): Create(path='/test_between_servers/376', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=378): '/test_between_servers/376' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=379): Create(path='/test_between_servers/377', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=379): '/test_between_servers/377' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=380): Create(path='/test_between_servers/378', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=380): '/test_between_servers/378' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=381): Create(path='/test_between_servers/379', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=381): '/test_between_servers/379' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=382): Create(path='/test_between_servers/380', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=382): '/test_between_servers/380' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=383): Create(path='/test_between_servers/381', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=383): '/test_between_servers/381' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=384): Create(path='/test_between_servers/382', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=384): '/test_between_servers/382' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=385): Create(path='/test_between_servers/383', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=385): '/test_between_servers/383' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=386): Create(path='/test_between_servers/384', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=386): '/test_between_servers/384' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=387): Create(path='/test_between_servers/385', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=387): '/test_between_servers/385' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=388): Create(path='/test_between_servers/386', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=388): '/test_between_servers/386' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=389): Create(path='/test_between_servers/387', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=389): '/test_between_servers/387' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=390): Create(path='/test_between_servers/388', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=390): '/test_between_servers/388' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=391): Create(path='/test_between_servers/389', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=391): '/test_between_servers/389' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=392): Create(path='/test_between_servers/390', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=392): '/test_between_servers/390' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=393): Create(path='/test_between_servers/391', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=393): '/test_between_servers/391' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=394): Create(path='/test_between_servers/392', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=394): '/test_between_servers/392' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=395): Create(path='/test_between_servers/393', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=395): '/test_between_servers/393' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=396): Create(path='/test_between_servers/394', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=396): '/test_between_servers/394' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=397): Create(path='/test_between_servers/395', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=397): '/test_between_servers/395' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=398): Create(path='/test_between_servers/396', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=398): '/test_between_servers/396' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=399): Create(path='/test_between_servers/397', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=399): '/test_between_servers/397' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=400): Create(path='/test_between_servers/398', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=400): '/test_between_servers/398' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=401): Create(path='/test_between_servers/399', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=401): '/test_between_servers/399' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=402): Create(path='/test_between_servers/400', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=402): '/test_between_servers/400' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=403): Create(path='/test_between_servers/401', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=403): '/test_between_servers/401' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=404): Create(path='/test_between_servers/402', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=404): '/test_between_servers/402' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=405): Create(path='/test_between_servers/403', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=405): '/test_between_servers/403' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=406): Create(path='/test_between_servers/404', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=406): '/test_between_servers/404' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=407): Create(path='/test_between_servers/405', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=407): '/test_between_servers/405' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=408): Create(path='/test_between_servers/406', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=408): '/test_between_servers/406' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=409): Create(path='/test_between_servers/407', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=409): '/test_between_servers/407' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=410): Create(path='/test_between_servers/408', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=410): '/test_between_servers/408' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=411): Create(path='/test_between_servers/409', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=411): '/test_between_servers/409' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=412): Create(path='/test_between_servers/410', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=412): '/test_between_servers/410' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=413): Create(path='/test_between_servers/411', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=413): '/test_between_servers/411' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=414): Create(path='/test_between_servers/412', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=414): '/test_between_servers/412' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=415): Create(path='/test_between_servers/413', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=415): '/test_between_servers/413' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=416): Create(path='/test_between_servers/414', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=416): '/test_between_servers/414' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=417): Create(path='/test_between_servers/415', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=417): '/test_between_servers/415' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=418): Create(path='/test_between_servers/416', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=418): '/test_between_servers/416' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=419): Create(path='/test_between_servers/417', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=419): '/test_between_servers/417' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=420): Create(path='/test_between_servers/418', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=420): '/test_between_servers/418' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=421): Create(path='/test_between_servers/419', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=421): '/test_between_servers/419' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=422): Create(path='/test_between_servers/420', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=422): '/test_between_servers/420' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=423): Create(path='/test_between_servers/421', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=423): '/test_between_servers/421' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=424): Create(path='/test_between_servers/422', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=424): '/test_between_servers/422' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=425): Create(path='/test_between_servers/423', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=425): '/test_between_servers/423' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=426): Create(path='/test_between_servers/424', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=426): '/test_between_servers/424' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=427): Create(path='/test_between_servers/425', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=427): '/test_between_servers/425' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=428): Create(path='/test_between_servers/426', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=428): '/test_between_servers/426' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=429): Create(path='/test_between_servers/427', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=429): '/test_between_servers/427' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=430): Create(path='/test_between_servers/428', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=430): '/test_between_servers/428' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=431): Create(path='/test_between_servers/429', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=431): '/test_between_servers/429' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=432): Create(path='/test_between_servers/430', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=432): '/test_between_servers/430' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=433): Create(path='/test_between_servers/431', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=433): '/test_between_servers/431' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=434): Create(path='/test_between_servers/432', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=434): '/test_between_servers/432' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=435): Create(path='/test_between_servers/433', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:58 [ 383 ] DEBUG : Received response(xid=435): '/test_between_servers/433' (connection.py:410, _read_response) 2026-04-30 16:15:58 [ 383 ] DEBUG : Sending request(xid=436): Create(path='/test_between_servers/434', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=436): '/test_between_servers/434' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=437): Create(path='/test_between_servers/435', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=437): '/test_between_servers/435' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=438): Create(path='/test_between_servers/436', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=438): '/test_between_servers/436' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=439): Create(path='/test_between_servers/437', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=439): '/test_between_servers/437' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=440): Create(path='/test_between_servers/438', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=440): '/test_between_servers/438' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=441): Create(path='/test_between_servers/439', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=441): '/test_between_servers/439' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=442): Create(path='/test_between_servers/440', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=442): '/test_between_servers/440' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=443): Create(path='/test_between_servers/441', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=443): '/test_between_servers/441' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=444): Create(path='/test_between_servers/442', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=444): '/test_between_servers/442' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=445): Create(path='/test_between_servers/443', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=445): '/test_between_servers/443' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=446): Create(path='/test_between_servers/444', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=446): '/test_between_servers/444' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=447): Create(path='/test_between_servers/445', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=447): '/test_between_servers/445' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=448): Create(path='/test_between_servers/446', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=448): '/test_between_servers/446' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=449): Create(path='/test_between_servers/447', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=449): '/test_between_servers/447' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=450): Create(path='/test_between_servers/448', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=450): '/test_between_servers/448' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=451): Create(path='/test_between_servers/449', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=451): '/test_between_servers/449' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=452): Create(path='/test_between_servers/450', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=452): '/test_between_servers/450' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=453): Create(path='/test_between_servers/451', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=453): '/test_between_servers/451' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=454): Create(path='/test_between_servers/452', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=454): '/test_between_servers/452' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=455): Create(path='/test_between_servers/453', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=455): '/test_between_servers/453' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=456): Create(path='/test_between_servers/454', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=456): '/test_between_servers/454' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=457): Create(path='/test_between_servers/455', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=457): '/test_between_servers/455' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=458): Create(path='/test_between_servers/456', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=458): '/test_between_servers/456' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=459): Create(path='/test_between_servers/457', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=459): '/test_between_servers/457' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=460): Create(path='/test_between_servers/458', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=460): '/test_between_servers/458' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=461): Create(path='/test_between_servers/459', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=461): '/test_between_servers/459' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=462): Create(path='/test_between_servers/460', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=462): '/test_between_servers/460' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=463): Create(path='/test_between_servers/461', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=463): '/test_between_servers/461' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=464): Create(path='/test_between_servers/462', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=464): '/test_between_servers/462' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=465): Create(path='/test_between_servers/463', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=465): '/test_between_servers/463' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=466): Create(path='/test_between_servers/464', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=466): '/test_between_servers/464' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=467): Create(path='/test_between_servers/465', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=467): '/test_between_servers/465' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=468): Create(path='/test_between_servers/466', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=468): '/test_between_servers/466' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=469): Create(path='/test_between_servers/467', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=469): '/test_between_servers/467' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=470): Create(path='/test_between_servers/468', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=470): '/test_between_servers/468' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=471): Create(path='/test_between_servers/469', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=471): '/test_between_servers/469' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=472): Create(path='/test_between_servers/470', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=472): '/test_between_servers/470' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=473): Create(path='/test_between_servers/471', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=473): '/test_between_servers/471' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=474): Create(path='/test_between_servers/472', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=474): '/test_between_servers/472' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=475): Create(path='/test_between_servers/473', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=475): '/test_between_servers/473' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=476): Create(path='/test_between_servers/474', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=476): '/test_between_servers/474' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=477): Create(path='/test_between_servers/475', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=477): '/test_between_servers/475' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=478): Create(path='/test_between_servers/476', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=478): '/test_between_servers/476' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=479): Create(path='/test_between_servers/477', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=479): '/test_between_servers/477' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=480): Create(path='/test_between_servers/478', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=480): '/test_between_servers/478' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=481): Create(path='/test_between_servers/479', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=481): '/test_between_servers/479' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=482): Create(path='/test_between_servers/480', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=482): '/test_between_servers/480' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=483): Create(path='/test_between_servers/481', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=483): '/test_between_servers/481' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=484): Create(path='/test_between_servers/482', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=484): '/test_between_servers/482' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=485): Create(path='/test_between_servers/483', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=485): '/test_between_servers/483' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=486): Create(path='/test_between_servers/484', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=486): '/test_between_servers/484' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=487): Create(path='/test_between_servers/485', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=487): '/test_between_servers/485' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=488): Create(path='/test_between_servers/486', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=488): '/test_between_servers/486' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=489): Create(path='/test_between_servers/487', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=489): '/test_between_servers/487' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=490): Create(path='/test_between_servers/488', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=490): '/test_between_servers/488' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=491): Create(path='/test_between_servers/489', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=491): '/test_between_servers/489' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=492): Create(path='/test_between_servers/490', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=492): '/test_between_servers/490' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=493): Create(path='/test_between_servers/491', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=493): '/test_between_servers/491' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=494): Create(path='/test_between_servers/492', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=494): '/test_between_servers/492' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=495): Create(path='/test_between_servers/493', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:15:59 [ 383 ] DEBUG : Received response(xid=495): '/test_between_servers/493' (connection.py:410, _read_response) 2026-04-30 16:15:59 [ 383 ] DEBUG : Sending request(xid=496): Create(path='/test_between_servers/494', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:00 [ 383 ] DEBUG : Received response(xid=496): '/test_between_servers/494' (connection.py:410, _read_response) 2026-04-30 16:16:00 [ 383 ] DEBUG : Sending request(xid=497): Create(path='/test_between_servers/495', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:00 [ 383 ] DEBUG : Received response(xid=497): '/test_between_servers/495' (connection.py:410, _read_response) 2026-04-30 16:16:00 [ 383 ] DEBUG : Sending request(xid=498): Create(path='/test_between_servers/496', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:00 [ 383 ] DEBUG : Received response(xid=498): '/test_between_servers/496' (connection.py:410, _read_response) 2026-04-30 16:16:00 [ 383 ] DEBUG : Sending request(xid=499): Create(path='/test_between_servers/497', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:00 [ 383 ] DEBUG : Received response(xid=499): '/test_between_servers/497' (connection.py:410, _read_response) 2026-04-30 16:16:00 [ 383 ] DEBUG : Sending request(xid=500): Create(path='/test_between_servers/498', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:00 [ 383 ] DEBUG : Received response(xid=500): '/test_between_servers/498' (connection.py:410, _read_response) 2026-04-30 16:16:00 [ 383 ] DEBUG : Sending request(xid=501): Create(path='/test_between_servers/499', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:00 [ 383 ] DEBUG : Received response(xid=501): '/test_between_servers/499' (connection.py:410, _read_response) 2026-04-30 16:16:00 [ 383 ] DEBUG : Sending request(xid=502): Create(path='/test_between_servers/500', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:00 [ 383 ] DEBUG : Received response(xid=502): '/test_between_servers/500' (connection.py:410, _read_response) 2026-04-30 16:16:00 [ 383 ] DEBUG : Sending request(xid=503): Create(path='/test_between_servers/501', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:00 [ 383 ] DEBUG : Received response(xid=503): '/test_between_servers/501' (connection.py:410, _read_response) 2026-04-30 16:16:00 [ 383 ] DEBUG : Sending request(xid=504): Create(path='/test_between_servers/502', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:00 [ 383 ] DEBUG : Received response(xid=504): '/test_between_servers/502' (connection.py:410, _read_response) 2026-04-30 16:16:00 [ 383 ] DEBUG : Sending request(xid=505): Create(path='/test_between_servers/503', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:00 [ 383 ] DEBUG : Received response(xid=505): '/test_between_servers/503' (connection.py:410, _read_response) 2026-04-30 16:16:00 [ 383 ] DEBUG : Sending request(xid=506): Create(path='/test_between_servers/504', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:00 [ 383 ] DEBUG : Received response(xid=506): '/test_between_servers/504' (connection.py:410, _read_response) 2026-04-30 16:16:00 [ 383 ] DEBUG : Sending request(xid=507): Create(path='/test_between_servers/505', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:00 [ 383 ] DEBUG : Received response(xid=507): '/test_between_servers/505' (connection.py:410, _read_response) 2026-04-30 16:16:00 [ 383 ] DEBUG : Sending request(xid=508): Create(path='/test_between_servers/506', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:00 [ 383 ] DEBUG : Received response(xid=508): '/test_between_servers/506' (connection.py:410, _read_response) 2026-04-30 16:16:00 [ 383 ] DEBUG : Sending request(xid=509): Create(path='/test_between_servers/507', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:00 [ 383 ] DEBUG : Received response(xid=509): '/test_between_servers/507' (connection.py:410, _read_response) 2026-04-30 16:16:00 [ 383 ] DEBUG : Sending request(xid=510): Create(path='/test_between_servers/508', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:00 [ 383 ] DEBUG : Received response(xid=510): '/test_between_servers/508' (connection.py:410, _read_response) 2026-04-30 16:16:00 [ 383 ] DEBUG : Sending request(xid=511): Create(path='/test_between_servers/509', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:00 [ 383 ] DEBUG : Received response(xid=511): '/test_between_servers/509' (connection.py:410, _read_response) 2026-04-30 16:16:00 [ 383 ] DEBUG : Sending request(xid=512): Create(path='/test_between_servers/510', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:00 [ 383 ] DEBUG : Received response(xid=512): '/test_between_servers/510' (connection.py:410, _read_response) 2026-04-30 16:16:00 [ 383 ] DEBUG : Sending request(xid=513): Create(path='/test_between_servers/511', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:00 [ 383 ] DEBUG : Received response(xid=513): '/test_between_servers/511' (connection.py:410, _read_response) 2026-04-30 16:16:00 [ 383 ] DEBUG : Sending request(xid=514): Create(path='/test_between_servers/512', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:00 [ 383 ] DEBUG : Received response(xid=514): '/test_between_servers/512' (connection.py:410, _read_response) 2026-04-30 16:16:00 [ 383 ] DEBUG : Sending request(xid=515): Create(path='/test_between_servers/513', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:00 [ 383 ] DEBUG : Received response(xid=515): '/test_between_servers/513' (connection.py:410, _read_response) 2026-04-30 16:16:00 [ 383 ] DEBUG : Sending request(xid=516): Create(path='/test_between_servers/514', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:00 [ 383 ] DEBUG : Received response(xid=516): '/test_between_servers/514' (connection.py:410, _read_response) 2026-04-30 16:16:00 [ 383 ] DEBUG : Sending request(xid=517): Create(path='/test_between_servers/515', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:00 [ 383 ] DEBUG : Received response(xid=517): '/test_between_servers/515' (connection.py:410, _read_response) 2026-04-30 16:16:00 [ 383 ] DEBUG : Sending request(xid=518): Create(path='/test_between_servers/516', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:00 [ 383 ] DEBUG : Received response(xid=518): '/test_between_servers/516' (connection.py:410, _read_response) 2026-04-30 16:16:00 [ 383 ] DEBUG : Sending request(xid=519): Create(path='/test_between_servers/517', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:00 [ 383 ] DEBUG : Received response(xid=519): '/test_between_servers/517' (connection.py:410, _read_response) 2026-04-30 16:16:00 [ 383 ] DEBUG : Sending request(xid=520): Create(path='/test_between_servers/518', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:00 [ 383 ] DEBUG : Received response(xid=520): '/test_between_servers/518' (connection.py:410, _read_response) 2026-04-30 16:16:00 [ 383 ] DEBUG : Sending request(xid=521): Create(path='/test_between_servers/519', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:00 [ 383 ] DEBUG : Received response(xid=521): '/test_between_servers/519' (connection.py:410, _read_response) 2026-04-30 16:16:00 [ 383 ] DEBUG : Sending request(xid=522): Create(path='/test_between_servers/520', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:00 [ 383 ] DEBUG : Received response(xid=522): '/test_between_servers/520' (connection.py:410, _read_response) 2026-04-30 16:16:00 [ 383 ] DEBUG : Sending request(xid=523): Create(path='/test_between_servers/521', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:00 [ 383 ] DEBUG : Received response(xid=523): '/test_between_servers/521' (connection.py:410, _read_response) 2026-04-30 16:16:00 [ 383 ] DEBUG : Sending request(xid=524): Create(path='/test_between_servers/522', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:00 [ 383 ] DEBUG : Received response(xid=524): '/test_between_servers/522' (connection.py:410, _read_response) 2026-04-30 16:16:00 [ 383 ] DEBUG : Sending request(xid=525): Create(path='/test_between_servers/523', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:00 [ 383 ] DEBUG : Received response(xid=525): '/test_between_servers/523' (connection.py:410, _read_response) 2026-04-30 16:16:00 [ 383 ] DEBUG : Sending request(xid=526): Create(path='/test_between_servers/524', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:00 [ 383 ] DEBUG : Received response(xid=526): '/test_between_servers/524' (connection.py:410, _read_response) 2026-04-30 16:16:00 [ 383 ] DEBUG : Sending request(xid=527): Create(path='/test_between_servers/525', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:00 [ 383 ] DEBUG : Received response(xid=527): '/test_between_servers/525' (connection.py:410, _read_response) 2026-04-30 16:16:00 [ 383 ] DEBUG : Sending request(xid=528): Create(path='/test_between_servers/526', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:00 [ 383 ] DEBUG : Received response(xid=528): '/test_between_servers/526' (connection.py:410, _read_response) 2026-04-30 16:16:00 [ 383 ] DEBUG : Sending request(xid=529): Create(path='/test_between_servers/527', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:00 [ 383 ] DEBUG : Received response(xid=529): '/test_between_servers/527' (connection.py:410, _read_response) 2026-04-30 16:16:00 [ 383 ] DEBUG : Sending request(xid=530): Create(path='/test_between_servers/528', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:00 [ 383 ] DEBUG : Received response(xid=530): '/test_between_servers/528' (connection.py:410, _read_response) 2026-04-30 16:16:00 [ 383 ] DEBUG : Sending request(xid=531): Create(path='/test_between_servers/529', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:00 [ 383 ] DEBUG : Received response(xid=531): '/test_between_servers/529' (connection.py:410, _read_response) 2026-04-30 16:16:00 [ 383 ] DEBUG : Sending request(xid=532): Create(path='/test_between_servers/530', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:00 [ 383 ] DEBUG : Received response(xid=532): '/test_between_servers/530' (connection.py:410, _read_response) 2026-04-30 16:16:00 [ 383 ] DEBUG : Sending request(xid=533): Create(path='/test_between_servers/531', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:00 [ 383 ] DEBUG : Received response(xid=533): '/test_between_servers/531' (connection.py:410, _read_response) 2026-04-30 16:16:00 [ 383 ] DEBUG : Sending request(xid=534): Create(path='/test_between_servers/532', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:00 [ 383 ] DEBUG : Received response(xid=534): '/test_between_servers/532' (connection.py:410, _read_response) 2026-04-30 16:16:00 [ 383 ] DEBUG : Sending request(xid=535): Create(path='/test_between_servers/533', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:00 [ 383 ] DEBUG : Received response(xid=535): '/test_between_servers/533' (connection.py:410, _read_response) 2026-04-30 16:16:00 [ 383 ] DEBUG : Sending request(xid=536): Create(path='/test_between_servers/534', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:00 [ 383 ] DEBUG : Received response(xid=536): '/test_between_servers/534' (connection.py:410, _read_response) 2026-04-30 16:16:00 [ 383 ] DEBUG : Sending request(xid=537): Create(path='/test_between_servers/535', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:00 [ 383 ] DEBUG : Received response(xid=537): '/test_between_servers/535' (connection.py:410, _read_response) 2026-04-30 16:16:00 [ 383 ] DEBUG : Sending request(xid=538): Create(path='/test_between_servers/536', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:00 [ 383 ] DEBUG : Received response(xid=538): '/test_between_servers/536' (connection.py:410, _read_response) 2026-04-30 16:16:00 [ 383 ] DEBUG : Sending request(xid=539): Create(path='/test_between_servers/537', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:00 [ 383 ] DEBUG : Received response(xid=539): '/test_between_servers/537' (connection.py:410, _read_response) 2026-04-30 16:16:00 [ 383 ] DEBUG : Sending request(xid=540): Create(path='/test_between_servers/538', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:00 [ 383 ] DEBUG : Received response(xid=540): '/test_between_servers/538' (connection.py:410, _read_response) 2026-04-30 16:16:00 [ 383 ] DEBUG : Sending request(xid=541): Create(path='/test_between_servers/539', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=541): '/test_between_servers/539' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=542): Create(path='/test_between_servers/540', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=542): '/test_between_servers/540' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=543): Create(path='/test_between_servers/541', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=543): '/test_between_servers/541' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=544): Create(path='/test_between_servers/542', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=544): '/test_between_servers/542' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=545): Create(path='/test_between_servers/543', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=545): '/test_between_servers/543' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=546): Create(path='/test_between_servers/544', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=546): '/test_between_servers/544' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=547): Create(path='/test_between_servers/545', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=547): '/test_between_servers/545' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=548): Create(path='/test_between_servers/546', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=548): '/test_between_servers/546' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=549): Create(path='/test_between_servers/547', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=549): '/test_between_servers/547' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=550): Create(path='/test_between_servers/548', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=550): '/test_between_servers/548' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=551): Create(path='/test_between_servers/549', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=551): '/test_between_servers/549' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=552): Create(path='/test_between_servers/550', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=552): '/test_between_servers/550' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=553): Create(path='/test_between_servers/551', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=553): '/test_between_servers/551' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=554): Create(path='/test_between_servers/552', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=554): '/test_between_servers/552' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=555): Create(path='/test_between_servers/553', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=555): '/test_between_servers/553' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=556): Create(path='/test_between_servers/554', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=556): '/test_between_servers/554' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=557): Create(path='/test_between_servers/555', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=557): '/test_between_servers/555' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=558): Create(path='/test_between_servers/556', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=558): '/test_between_servers/556' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=559): Create(path='/test_between_servers/557', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=559): '/test_between_servers/557' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=560): Create(path='/test_between_servers/558', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=560): '/test_between_servers/558' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=561): Create(path='/test_between_servers/559', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=561): '/test_between_servers/559' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=562): Create(path='/test_between_servers/560', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=562): '/test_between_servers/560' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=563): Create(path='/test_between_servers/561', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=563): '/test_between_servers/561' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=564): Create(path='/test_between_servers/562', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=564): '/test_between_servers/562' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=565): Create(path='/test_between_servers/563', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=565): '/test_between_servers/563' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=566): Create(path='/test_between_servers/564', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=566): '/test_between_servers/564' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=567): Create(path='/test_between_servers/565', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=567): '/test_between_servers/565' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=568): Create(path='/test_between_servers/566', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=568): '/test_between_servers/566' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=569): Create(path='/test_between_servers/567', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=569): '/test_between_servers/567' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=570): Create(path='/test_between_servers/568', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=570): '/test_between_servers/568' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=571): Create(path='/test_between_servers/569', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=571): '/test_between_servers/569' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=572): Create(path='/test_between_servers/570', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=572): '/test_between_servers/570' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=573): Create(path='/test_between_servers/571', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=573): '/test_between_servers/571' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=574): Create(path='/test_between_servers/572', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=574): '/test_between_servers/572' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=575): Create(path='/test_between_servers/573', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=575): '/test_between_servers/573' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=576): Create(path='/test_between_servers/574', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=576): '/test_between_servers/574' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=577): Create(path='/test_between_servers/575', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=577): '/test_between_servers/575' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=578): Create(path='/test_between_servers/576', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=578): '/test_between_servers/576' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=579): Create(path='/test_between_servers/577', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=579): '/test_between_servers/577' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=580): Create(path='/test_between_servers/578', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=580): '/test_between_servers/578' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=581): Create(path='/test_between_servers/579', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=581): '/test_between_servers/579' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=582): Create(path='/test_between_servers/580', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=582): '/test_between_servers/580' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=583): Create(path='/test_between_servers/581', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=583): '/test_between_servers/581' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=584): Create(path='/test_between_servers/582', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=584): '/test_between_servers/582' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=585): Create(path='/test_between_servers/583', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=585): '/test_between_servers/583' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=586): Create(path='/test_between_servers/584', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=586): '/test_between_servers/584' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=587): Create(path='/test_between_servers/585', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=587): '/test_between_servers/585' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=588): Create(path='/test_between_servers/586', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=588): '/test_between_servers/586' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=589): Create(path='/test_between_servers/587', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=589): '/test_between_servers/587' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=590): Create(path='/test_between_servers/588', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=590): '/test_between_servers/588' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=591): Create(path='/test_between_servers/589', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=591): '/test_between_servers/589' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=592): Create(path='/test_between_servers/590', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=592): '/test_between_servers/590' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=593): Create(path='/test_between_servers/591', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=593): '/test_between_servers/591' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=594): Create(path='/test_between_servers/592', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=594): '/test_between_servers/592' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=595): Create(path='/test_between_servers/593', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=595): '/test_between_servers/593' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=596): Create(path='/test_between_servers/594', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=596): '/test_between_servers/594' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=597): Create(path='/test_between_servers/595', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=597): '/test_between_servers/595' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=598): Create(path='/test_between_servers/596', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=598): '/test_between_servers/596' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=599): Create(path='/test_between_servers/597', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=599): '/test_between_servers/597' (connection.py:410, _read_response) 2026-04-30 16:16:01 [ 383 ] DEBUG : Sending request(xid=600): Create(path='/test_between_servers/598', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:01 [ 383 ] DEBUG : Received response(xid=600): '/test_between_servers/598' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=601): Create(path='/test_between_servers/599', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=601): '/test_between_servers/599' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=602): Create(path='/test_between_servers/600', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=602): '/test_between_servers/600' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=603): Create(path='/test_between_servers/601', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=603): '/test_between_servers/601' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=604): Create(path='/test_between_servers/602', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=604): '/test_between_servers/602' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=605): Create(path='/test_between_servers/603', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=605): '/test_between_servers/603' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=606): Create(path='/test_between_servers/604', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=606): '/test_between_servers/604' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=607): Create(path='/test_between_servers/605', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=607): '/test_between_servers/605' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=608): Create(path='/test_between_servers/606', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=608): '/test_between_servers/606' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=609): Create(path='/test_between_servers/607', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=609): '/test_between_servers/607' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=610): Create(path='/test_between_servers/608', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=610): '/test_between_servers/608' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=611): Create(path='/test_between_servers/609', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=611): '/test_between_servers/609' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=612): Create(path='/test_between_servers/610', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=612): '/test_between_servers/610' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=613): Create(path='/test_between_servers/611', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=613): '/test_between_servers/611' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=614): Create(path='/test_between_servers/612', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=614): '/test_between_servers/612' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=615): Create(path='/test_between_servers/613', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=615): '/test_between_servers/613' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=616): Create(path='/test_between_servers/614', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=616): '/test_between_servers/614' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=617): Create(path='/test_between_servers/615', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=617): '/test_between_servers/615' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=618): Create(path='/test_between_servers/616', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=618): '/test_between_servers/616' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=619): Create(path='/test_between_servers/617', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=619): '/test_between_servers/617' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=620): Create(path='/test_between_servers/618', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=620): '/test_between_servers/618' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=621): Create(path='/test_between_servers/619', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=621): '/test_between_servers/619' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=622): Create(path='/test_between_servers/620', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=622): '/test_between_servers/620' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=623): Create(path='/test_between_servers/621', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=623): '/test_between_servers/621' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=624): Create(path='/test_between_servers/622', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=624): '/test_between_servers/622' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=625): Create(path='/test_between_servers/623', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=625): '/test_between_servers/623' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=626): Create(path='/test_between_servers/624', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=626): '/test_between_servers/624' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=627): Create(path='/test_between_servers/625', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=627): '/test_between_servers/625' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=628): Create(path='/test_between_servers/626', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=628): '/test_between_servers/626' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=629): Create(path='/test_between_servers/627', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=629): '/test_between_servers/627' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=630): Create(path='/test_between_servers/628', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=630): '/test_between_servers/628' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=631): Create(path='/test_between_servers/629', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=631): '/test_between_servers/629' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=632): Create(path='/test_between_servers/630', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=632): '/test_between_servers/630' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=633): Create(path='/test_between_servers/631', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=633): '/test_between_servers/631' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=634): Create(path='/test_between_servers/632', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=634): '/test_between_servers/632' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=635): Create(path='/test_between_servers/633', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=635): '/test_between_servers/633' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=636): Create(path='/test_between_servers/634', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=636): '/test_between_servers/634' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=637): Create(path='/test_between_servers/635', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=637): '/test_between_servers/635' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=638): Create(path='/test_between_servers/636', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=638): '/test_between_servers/636' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=639): Create(path='/test_between_servers/637', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=639): '/test_between_servers/637' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=640): Create(path='/test_between_servers/638', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=640): '/test_between_servers/638' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=641): Create(path='/test_between_servers/639', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=641): '/test_between_servers/639' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=642): Create(path='/test_between_servers/640', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=642): '/test_between_servers/640' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=643): Create(path='/test_between_servers/641', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=643): '/test_between_servers/641' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=644): Create(path='/test_between_servers/642', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=644): '/test_between_servers/642' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=645): Create(path='/test_between_servers/643', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=645): '/test_between_servers/643' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=646): Create(path='/test_between_servers/644', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=646): '/test_between_servers/644' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=647): Create(path='/test_between_servers/645', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=647): '/test_between_servers/645' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=648): Create(path='/test_between_servers/646', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=648): '/test_between_servers/646' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=649): Create(path='/test_between_servers/647', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=649): '/test_between_servers/647' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=650): Create(path='/test_between_servers/648', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=650): '/test_between_servers/648' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=651): Create(path='/test_between_servers/649', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=651): '/test_between_servers/649' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=652): Create(path='/test_between_servers/650', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=652): '/test_between_servers/650' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=653): Create(path='/test_between_servers/651', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=653): '/test_between_servers/651' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=654): Create(path='/test_between_servers/652', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=654): '/test_between_servers/652' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=655): Create(path='/test_between_servers/653', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=655): '/test_between_servers/653' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=656): Create(path='/test_between_servers/654', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=656): '/test_between_servers/654' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=657): Create(path='/test_between_servers/655', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=657): '/test_between_servers/655' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=658): Create(path='/test_between_servers/656', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=658): '/test_between_servers/656' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=659): Create(path='/test_between_servers/657', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=659): '/test_between_servers/657' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=660): Create(path='/test_between_servers/658', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=660): '/test_between_servers/658' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=661): Create(path='/test_between_servers/659', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=661): '/test_between_servers/659' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=662): Create(path='/test_between_servers/660', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=662): '/test_between_servers/660' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=663): Create(path='/test_between_servers/661', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=663): '/test_between_servers/661' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=664): Create(path='/test_between_servers/662', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=664): '/test_between_servers/662' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=665): Create(path='/test_between_servers/663', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=665): '/test_between_servers/663' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=666): Create(path='/test_between_servers/664', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=666): '/test_between_servers/664' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=667): Create(path='/test_between_servers/665', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=667): '/test_between_servers/665' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=668): Create(path='/test_between_servers/666', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=668): '/test_between_servers/666' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=669): Create(path='/test_between_servers/667', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=669): '/test_between_servers/667' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=670): Create(path='/test_between_servers/668', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=670): '/test_between_servers/668' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=671): Create(path='/test_between_servers/669', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=671): '/test_between_servers/669' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=672): Create(path='/test_between_servers/670', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=672): '/test_between_servers/670' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=673): Create(path='/test_between_servers/671', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=673): '/test_between_servers/671' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=674): Create(path='/test_between_servers/672', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=674): '/test_between_servers/672' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=675): Create(path='/test_between_servers/673', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=675): '/test_between_servers/673' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=676): Create(path='/test_between_servers/674', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=676): '/test_between_servers/674' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=677): Create(path='/test_between_servers/675', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:02 [ 383 ] DEBUG : Received response(xid=677): '/test_between_servers/675' (connection.py:410, _read_response) 2026-04-30 16:16:02 [ 383 ] DEBUG : Sending request(xid=678): Create(path='/test_between_servers/676', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=678): '/test_between_servers/676' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=679): Create(path='/test_between_servers/677', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=679): '/test_between_servers/677' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=680): Create(path='/test_between_servers/678', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=680): '/test_between_servers/678' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=681): Create(path='/test_between_servers/679', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=681): '/test_between_servers/679' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=682): Create(path='/test_between_servers/680', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=682): '/test_between_servers/680' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=683): Create(path='/test_between_servers/681', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=683): '/test_between_servers/681' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=684): Create(path='/test_between_servers/682', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=684): '/test_between_servers/682' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=685): Create(path='/test_between_servers/683', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=685): '/test_between_servers/683' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=686): Create(path='/test_between_servers/684', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=686): '/test_between_servers/684' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=687): Create(path='/test_between_servers/685', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=687): '/test_between_servers/685' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=688): Create(path='/test_between_servers/686', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=688): '/test_between_servers/686' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=689): Create(path='/test_between_servers/687', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=689): '/test_between_servers/687' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=690): Create(path='/test_between_servers/688', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=690): '/test_between_servers/688' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=691): Create(path='/test_between_servers/689', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=691): '/test_between_servers/689' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=692): Create(path='/test_between_servers/690', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=692): '/test_between_servers/690' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=693): Create(path='/test_between_servers/691', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=693): '/test_between_servers/691' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=694): Create(path='/test_between_servers/692', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=694): '/test_between_servers/692' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=695): Create(path='/test_between_servers/693', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=695): '/test_between_servers/693' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=696): Create(path='/test_between_servers/694', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=696): '/test_between_servers/694' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=697): Create(path='/test_between_servers/695', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=697): '/test_between_servers/695' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=698): Create(path='/test_between_servers/696', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=698): '/test_between_servers/696' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=699): Create(path='/test_between_servers/697', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=699): '/test_between_servers/697' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=700): Create(path='/test_between_servers/698', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=700): '/test_between_servers/698' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=701): Create(path='/test_between_servers/699', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=701): '/test_between_servers/699' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=702): Create(path='/test_between_servers/700', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=702): '/test_between_servers/700' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=703): Create(path='/test_between_servers/701', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=703): '/test_between_servers/701' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=704): Create(path='/test_between_servers/702', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=704): '/test_between_servers/702' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=705): Create(path='/test_between_servers/703', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=705): '/test_between_servers/703' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=706): Create(path='/test_between_servers/704', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=706): '/test_between_servers/704' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=707): Create(path='/test_between_servers/705', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=707): '/test_between_servers/705' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=708): Create(path='/test_between_servers/706', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=708): '/test_between_servers/706' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=709): Create(path='/test_between_servers/707', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=709): '/test_between_servers/707' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=710): Create(path='/test_between_servers/708', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=710): '/test_between_servers/708' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=711): Create(path='/test_between_servers/709', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=711): '/test_between_servers/709' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=712): Create(path='/test_between_servers/710', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=712): '/test_between_servers/710' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=713): Create(path='/test_between_servers/711', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=713): '/test_between_servers/711' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=714): Create(path='/test_between_servers/712', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=714): '/test_between_servers/712' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=715): Create(path='/test_between_servers/713', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=715): '/test_between_servers/713' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=716): Create(path='/test_between_servers/714', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=716): '/test_between_servers/714' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=717): Create(path='/test_between_servers/715', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=717): '/test_between_servers/715' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=718): Create(path='/test_between_servers/716', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=718): '/test_between_servers/716' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=719): Create(path='/test_between_servers/717', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=719): '/test_between_servers/717' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=720): Create(path='/test_between_servers/718', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=720): '/test_between_servers/718' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=721): Create(path='/test_between_servers/719', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=721): '/test_between_servers/719' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=722): Create(path='/test_between_servers/720', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=722): '/test_between_servers/720' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=723): Create(path='/test_between_servers/721', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=723): '/test_between_servers/721' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=724): Create(path='/test_between_servers/722', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=724): '/test_between_servers/722' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=725): Create(path='/test_between_servers/723', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=725): '/test_between_servers/723' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=726): Create(path='/test_between_servers/724', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=726): '/test_between_servers/724' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=727): Create(path='/test_between_servers/725', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=727): '/test_between_servers/725' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=728): Create(path='/test_between_servers/726', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=728): '/test_between_servers/726' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=729): Create(path='/test_between_servers/727', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=729): '/test_between_servers/727' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=730): Create(path='/test_between_servers/728', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=730): '/test_between_servers/728' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=731): Create(path='/test_between_servers/729', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=731): '/test_between_servers/729' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=732): Create(path='/test_between_servers/730', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=732): '/test_between_servers/730' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=733): Create(path='/test_between_servers/731', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=733): '/test_between_servers/731' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=734): Create(path='/test_between_servers/732', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=734): '/test_between_servers/732' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=735): Create(path='/test_between_servers/733', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=735): '/test_between_servers/733' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=736): Create(path='/test_between_servers/734', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=736): '/test_between_servers/734' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=737): Create(path='/test_between_servers/735', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=737): '/test_between_servers/735' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=738): Create(path='/test_between_servers/736', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=738): '/test_between_servers/736' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=739): Create(path='/test_between_servers/737', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=739): '/test_between_servers/737' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=740): Create(path='/test_between_servers/738', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=740): '/test_between_servers/738' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=741): Create(path='/test_between_servers/739', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=741): '/test_between_servers/739' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=742): Create(path='/test_between_servers/740', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=742): '/test_between_servers/740' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=743): Create(path='/test_between_servers/741', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=743): '/test_between_servers/741' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=744): Create(path='/test_between_servers/742', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=744): '/test_between_servers/742' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=745): Create(path='/test_between_servers/743', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=745): '/test_between_servers/743' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=746): Create(path='/test_between_servers/744', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=746): '/test_between_servers/744' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=747): Create(path='/test_between_servers/745', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=747): '/test_between_servers/745' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=748): Create(path='/test_between_servers/746', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=748): '/test_between_servers/746' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=749): Create(path='/test_between_servers/747', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=749): '/test_between_servers/747' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=750): Create(path='/test_between_servers/748', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=750): '/test_between_servers/748' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=751): Create(path='/test_between_servers/749', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=751): '/test_between_servers/749' (connection.py:410, _read_response) 2026-04-30 16:16:03 [ 383 ] DEBUG : Sending request(xid=752): Create(path='/test_between_servers/750', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:03 [ 383 ] DEBUG : Received response(xid=752): '/test_between_servers/750' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=753): Create(path='/test_between_servers/751', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=753): '/test_between_servers/751' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=754): Create(path='/test_between_servers/752', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=754): '/test_between_servers/752' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=755): Create(path='/test_between_servers/753', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=755): '/test_between_servers/753' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=756): Create(path='/test_between_servers/754', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=756): '/test_between_servers/754' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=757): Create(path='/test_between_servers/755', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=757): '/test_between_servers/755' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=758): Create(path='/test_between_servers/756', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=758): '/test_between_servers/756' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=759): Create(path='/test_between_servers/757', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=759): '/test_between_servers/757' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=760): Create(path='/test_between_servers/758', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=760): '/test_between_servers/758' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=761): Create(path='/test_between_servers/759', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=761): '/test_between_servers/759' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=762): Create(path='/test_between_servers/760', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=762): '/test_between_servers/760' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=763): Create(path='/test_between_servers/761', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=763): '/test_between_servers/761' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=764): Create(path='/test_between_servers/762', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=764): '/test_between_servers/762' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=765): Create(path='/test_between_servers/763', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=765): '/test_between_servers/763' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=766): Create(path='/test_between_servers/764', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=766): '/test_between_servers/764' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=767): Create(path='/test_between_servers/765', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=767): '/test_between_servers/765' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=768): Create(path='/test_between_servers/766', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=768): '/test_between_servers/766' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=769): Create(path='/test_between_servers/767', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=769): '/test_between_servers/767' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=770): Create(path='/test_between_servers/768', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=770): '/test_between_servers/768' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=771): Create(path='/test_between_servers/769', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=771): '/test_between_servers/769' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=772): Create(path='/test_between_servers/770', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=772): '/test_between_servers/770' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=773): Create(path='/test_between_servers/771', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=773): '/test_between_servers/771' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=774): Create(path='/test_between_servers/772', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=774): '/test_between_servers/772' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=775): Create(path='/test_between_servers/773', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=775): '/test_between_servers/773' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=776): Create(path='/test_between_servers/774', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=776): '/test_between_servers/774' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=777): Create(path='/test_between_servers/775', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=777): '/test_between_servers/775' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=778): Create(path='/test_between_servers/776', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=778): '/test_between_servers/776' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=779): Create(path='/test_between_servers/777', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=779): '/test_between_servers/777' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=780): Create(path='/test_between_servers/778', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=780): '/test_between_servers/778' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=781): Create(path='/test_between_servers/779', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=781): '/test_between_servers/779' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=782): Create(path='/test_between_servers/780', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=782): '/test_between_servers/780' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=783): Create(path='/test_between_servers/781', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=783): '/test_between_servers/781' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=784): Create(path='/test_between_servers/782', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=784): '/test_between_servers/782' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=785): Create(path='/test_between_servers/783', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=785): '/test_between_servers/783' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=786): Create(path='/test_between_servers/784', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=786): '/test_between_servers/784' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=787): Create(path='/test_between_servers/785', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=787): '/test_between_servers/785' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=788): Create(path='/test_between_servers/786', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=788): '/test_between_servers/786' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=789): Create(path='/test_between_servers/787', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=789): '/test_between_servers/787' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=790): Create(path='/test_between_servers/788', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=790): '/test_between_servers/788' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=791): Create(path='/test_between_servers/789', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=791): '/test_between_servers/789' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=792): Create(path='/test_between_servers/790', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=792): '/test_between_servers/790' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=793): Create(path='/test_between_servers/791', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=793): '/test_between_servers/791' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=794): Create(path='/test_between_servers/792', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=794): '/test_between_servers/792' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=795): Create(path='/test_between_servers/793', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=795): '/test_between_servers/793' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=796): Create(path='/test_between_servers/794', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=796): '/test_between_servers/794' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=797): Create(path='/test_between_servers/795', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=797): '/test_between_servers/795' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=798): Create(path='/test_between_servers/796', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=798): '/test_between_servers/796' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=799): Create(path='/test_between_servers/797', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=799): '/test_between_servers/797' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=800): Create(path='/test_between_servers/798', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=800): '/test_between_servers/798' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=801): Create(path='/test_between_servers/799', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=801): '/test_between_servers/799' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=802): Create(path='/test_between_servers/800', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=802): '/test_between_servers/800' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=803): Create(path='/test_between_servers/801', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=803): '/test_between_servers/801' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=804): Create(path='/test_between_servers/802', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=804): '/test_between_servers/802' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=805): Create(path='/test_between_servers/803', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=805): '/test_between_servers/803' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=806): Create(path='/test_between_servers/804', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=806): '/test_between_servers/804' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=807): Create(path='/test_between_servers/805', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=807): '/test_between_servers/805' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=808): Create(path='/test_between_servers/806', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=808): '/test_between_servers/806' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=809): Create(path='/test_between_servers/807', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=809): '/test_between_servers/807' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=810): Create(path='/test_between_servers/808', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=810): '/test_between_servers/808' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=811): Create(path='/test_between_servers/809', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=811): '/test_between_servers/809' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=812): Create(path='/test_between_servers/810', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=812): '/test_between_servers/810' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=813): Create(path='/test_between_servers/811', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=813): '/test_between_servers/811' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=814): Create(path='/test_between_servers/812', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=814): '/test_between_servers/812' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=815): Create(path='/test_between_servers/813', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=815): '/test_between_servers/813' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=816): Create(path='/test_between_servers/814', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=816): '/test_between_servers/814' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=817): Create(path='/test_between_servers/815', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=817): '/test_between_servers/815' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=818): Create(path='/test_between_servers/816', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=818): '/test_between_servers/816' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=819): Create(path='/test_between_servers/817', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=819): '/test_between_servers/817' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=820): Create(path='/test_between_servers/818', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=820): '/test_between_servers/818' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=821): Create(path='/test_between_servers/819', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=821): '/test_between_servers/819' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=822): Create(path='/test_between_servers/820', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=822): '/test_between_servers/820' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=823): Create(path='/test_between_servers/821', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=823): '/test_between_servers/821' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=824): Create(path='/test_between_servers/822', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=824): '/test_between_servers/822' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=825): Create(path='/test_between_servers/823', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=825): '/test_between_servers/823' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=826): Create(path='/test_between_servers/824', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:04 [ 383 ] DEBUG : Received response(xid=826): '/test_between_servers/824' (connection.py:410, _read_response) 2026-04-30 16:16:04 [ 383 ] DEBUG : Sending request(xid=827): Create(path='/test_between_servers/825', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=827): '/test_between_servers/825' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=828): Create(path='/test_between_servers/826', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=828): '/test_between_servers/826' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=829): Create(path='/test_between_servers/827', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=829): '/test_between_servers/827' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=830): Create(path='/test_between_servers/828', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=830): '/test_between_servers/828' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=831): Create(path='/test_between_servers/829', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=831): '/test_between_servers/829' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=832): Create(path='/test_between_servers/830', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=832): '/test_between_servers/830' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=833): Create(path='/test_between_servers/831', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=833): '/test_between_servers/831' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=834): Create(path='/test_between_servers/832', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=834): '/test_between_servers/832' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=835): Create(path='/test_between_servers/833', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=835): '/test_between_servers/833' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=836): Create(path='/test_between_servers/834', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=836): '/test_between_servers/834' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=837): Create(path='/test_between_servers/835', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=837): '/test_between_servers/835' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=838): Create(path='/test_between_servers/836', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=838): '/test_between_servers/836' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=839): Create(path='/test_between_servers/837', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=839): '/test_between_servers/837' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=840): Create(path='/test_between_servers/838', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=840): '/test_between_servers/838' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=841): Create(path='/test_between_servers/839', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=841): '/test_between_servers/839' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=842): Create(path='/test_between_servers/840', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=842): '/test_between_servers/840' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=843): Create(path='/test_between_servers/841', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=843): '/test_between_servers/841' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=844): Create(path='/test_between_servers/842', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=844): '/test_between_servers/842' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=845): Create(path='/test_between_servers/843', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=845): '/test_between_servers/843' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=846): Create(path='/test_between_servers/844', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=846): '/test_between_servers/844' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=847): Create(path='/test_between_servers/845', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=847): '/test_between_servers/845' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=848): Create(path='/test_between_servers/846', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=848): '/test_between_servers/846' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=849): Create(path='/test_between_servers/847', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=849): '/test_between_servers/847' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=850): Create(path='/test_between_servers/848', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=850): '/test_between_servers/848' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=851): Create(path='/test_between_servers/849', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=851): '/test_between_servers/849' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=852): Create(path='/test_between_servers/850', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=852): '/test_between_servers/850' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=853): Create(path='/test_between_servers/851', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=853): '/test_between_servers/851' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=854): Create(path='/test_between_servers/852', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=854): '/test_between_servers/852' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=855): Create(path='/test_between_servers/853', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=855): '/test_between_servers/853' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=856): Create(path='/test_between_servers/854', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=856): '/test_between_servers/854' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=857): Create(path='/test_between_servers/855', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=857): '/test_between_servers/855' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=858): Create(path='/test_between_servers/856', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=858): '/test_between_servers/856' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=859): Create(path='/test_between_servers/857', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=859): '/test_between_servers/857' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=860): Create(path='/test_between_servers/858', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=860): '/test_between_servers/858' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=861): Create(path='/test_between_servers/859', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=861): '/test_between_servers/859' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=862): Create(path='/test_between_servers/860', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=862): '/test_between_servers/860' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=863): Create(path='/test_between_servers/861', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=863): '/test_between_servers/861' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=864): Create(path='/test_between_servers/862', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=864): '/test_between_servers/862' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=865): Create(path='/test_between_servers/863', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=865): '/test_between_servers/863' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=866): Create(path='/test_between_servers/864', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=866): '/test_between_servers/864' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=867): Create(path='/test_between_servers/865', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=867): '/test_between_servers/865' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=868): Create(path='/test_between_servers/866', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=868): '/test_between_servers/866' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=869): Create(path='/test_between_servers/867', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=869): '/test_between_servers/867' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=870): Create(path='/test_between_servers/868', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=870): '/test_between_servers/868' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=871): Create(path='/test_between_servers/869', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=871): '/test_between_servers/869' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=872): Create(path='/test_between_servers/870', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=872): '/test_between_servers/870' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=873): Create(path='/test_between_servers/871', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=873): '/test_between_servers/871' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=874): Create(path='/test_between_servers/872', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=874): '/test_between_servers/872' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=875): Create(path='/test_between_servers/873', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=875): '/test_between_servers/873' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=876): Create(path='/test_between_servers/874', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=876): '/test_between_servers/874' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=877): Create(path='/test_between_servers/875', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=877): '/test_between_servers/875' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=878): Create(path='/test_between_servers/876', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=878): '/test_between_servers/876' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=879): Create(path='/test_between_servers/877', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=879): '/test_between_servers/877' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=880): Create(path='/test_between_servers/878', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=880): '/test_between_servers/878' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=881): Create(path='/test_between_servers/879', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=881): '/test_between_servers/879' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=882): Create(path='/test_between_servers/880', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=882): '/test_between_servers/880' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=883): Create(path='/test_between_servers/881', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=883): '/test_between_servers/881' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=884): Create(path='/test_between_servers/882', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=884): '/test_between_servers/882' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=885): Create(path='/test_between_servers/883', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=885): '/test_between_servers/883' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=886): Create(path='/test_between_servers/884', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=886): '/test_between_servers/884' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=887): Create(path='/test_between_servers/885', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=887): '/test_between_servers/885' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=888): Create(path='/test_between_servers/886', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=888): '/test_between_servers/886' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=889): Create(path='/test_between_servers/887', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=889): '/test_between_servers/887' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=890): Create(path='/test_between_servers/888', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=890): '/test_between_servers/888' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=891): Create(path='/test_between_servers/889', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=891): '/test_between_servers/889' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=892): Create(path='/test_between_servers/890', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=892): '/test_between_servers/890' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=893): Create(path='/test_between_servers/891', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=893): '/test_between_servers/891' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=894): Create(path='/test_between_servers/892', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=894): '/test_between_servers/892' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=895): Create(path='/test_between_servers/893', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=895): '/test_between_servers/893' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=896): Create(path='/test_between_servers/894', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=896): '/test_between_servers/894' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=897): Create(path='/test_between_servers/895', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=897): '/test_between_servers/895' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=898): Create(path='/test_between_servers/896', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=898): '/test_between_servers/896' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=899): Create(path='/test_between_servers/897', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=899): '/test_between_servers/897' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=900): Create(path='/test_between_servers/898', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=900): '/test_between_servers/898' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=901): Create(path='/test_between_servers/899', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=901): '/test_between_servers/899' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=902): Create(path='/test_between_servers/900', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=902): '/test_between_servers/900' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=903): Create(path='/test_between_servers/901', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=903): '/test_between_servers/901' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=904): Create(path='/test_between_servers/902', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=904): '/test_between_servers/902' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=905): Create(path='/test_between_servers/903', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=905): '/test_between_servers/903' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=906): Create(path='/test_between_servers/904', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=906): '/test_between_servers/904' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=907): Create(path='/test_between_servers/905', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:05 [ 383 ] DEBUG : Received response(xid=907): '/test_between_servers/905' (connection.py:410, _read_response) 2026-04-30 16:16:05 [ 383 ] DEBUG : Sending request(xid=908): Create(path='/test_between_servers/906', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=908): '/test_between_servers/906' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=909): Create(path='/test_between_servers/907', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=909): '/test_between_servers/907' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=910): Create(path='/test_between_servers/908', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=910): '/test_between_servers/908' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=911): Create(path='/test_between_servers/909', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=911): '/test_between_servers/909' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=912): Create(path='/test_between_servers/910', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=912): '/test_between_servers/910' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=913): Create(path='/test_between_servers/911', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=913): '/test_between_servers/911' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=914): Create(path='/test_between_servers/912', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=914): '/test_between_servers/912' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=915): Create(path='/test_between_servers/913', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=915): '/test_between_servers/913' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=916): Create(path='/test_between_servers/914', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=916): '/test_between_servers/914' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=917): Create(path='/test_between_servers/915', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=917): '/test_between_servers/915' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=918): Create(path='/test_between_servers/916', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=918): '/test_between_servers/916' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=919): Create(path='/test_between_servers/917', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=919): '/test_between_servers/917' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=920): Create(path='/test_between_servers/918', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=920): '/test_between_servers/918' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=921): Create(path='/test_between_servers/919', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=921): '/test_between_servers/919' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=922): Create(path='/test_between_servers/920', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=922): '/test_between_servers/920' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=923): Create(path='/test_between_servers/921', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=923): '/test_between_servers/921' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=924): Create(path='/test_between_servers/922', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=924): '/test_between_servers/922' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=925): Create(path='/test_between_servers/923', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=925): '/test_between_servers/923' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=926): Create(path='/test_between_servers/924', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=926): '/test_between_servers/924' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=927): Create(path='/test_between_servers/925', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=927): '/test_between_servers/925' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=928): Create(path='/test_between_servers/926', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=928): '/test_between_servers/926' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=929): Create(path='/test_between_servers/927', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=929): '/test_between_servers/927' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=930): Create(path='/test_between_servers/928', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=930): '/test_between_servers/928' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=931): Create(path='/test_between_servers/929', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=931): '/test_between_servers/929' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=932): Create(path='/test_between_servers/930', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=932): '/test_between_servers/930' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=933): Create(path='/test_between_servers/931', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=933): '/test_between_servers/931' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=934): Create(path='/test_between_servers/932', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=934): '/test_between_servers/932' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=935): Create(path='/test_between_servers/933', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=935): '/test_between_servers/933' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=936): Create(path='/test_between_servers/934', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=936): '/test_between_servers/934' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=937): Create(path='/test_between_servers/935', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=937): '/test_between_servers/935' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=938): Create(path='/test_between_servers/936', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=938): '/test_between_servers/936' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=939): Create(path='/test_between_servers/937', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=939): '/test_between_servers/937' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=940): Create(path='/test_between_servers/938', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=940): '/test_between_servers/938' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=941): Create(path='/test_between_servers/939', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=941): '/test_between_servers/939' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=942): Create(path='/test_between_servers/940', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=942): '/test_between_servers/940' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=943): Create(path='/test_between_servers/941', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=943): '/test_between_servers/941' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=944): Create(path='/test_between_servers/942', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=944): '/test_between_servers/942' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=945): Create(path='/test_between_servers/943', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=945): '/test_between_servers/943' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=946): Create(path='/test_between_servers/944', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=946): '/test_between_servers/944' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=947): Create(path='/test_between_servers/945', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=947): '/test_between_servers/945' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=948): Create(path='/test_between_servers/946', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=948): '/test_between_servers/946' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=949): Create(path='/test_between_servers/947', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=949): '/test_between_servers/947' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=950): Create(path='/test_between_servers/948', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=950): '/test_between_servers/948' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=951): Create(path='/test_between_servers/949', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=951): '/test_between_servers/949' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=952): Create(path='/test_between_servers/950', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=952): '/test_between_servers/950' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=953): Create(path='/test_between_servers/951', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=953): '/test_between_servers/951' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=954): Create(path='/test_between_servers/952', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=954): '/test_between_servers/952' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=955): Create(path='/test_between_servers/953', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=955): '/test_between_servers/953' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=956): Create(path='/test_between_servers/954', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=956): '/test_between_servers/954' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=957): Create(path='/test_between_servers/955', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=957): '/test_between_servers/955' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=958): Create(path='/test_between_servers/956', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=958): '/test_between_servers/956' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=959): Create(path='/test_between_servers/957', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=959): '/test_between_servers/957' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=960): Create(path='/test_between_servers/958', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=960): '/test_between_servers/958' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=961): Create(path='/test_between_servers/959', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=961): '/test_between_servers/959' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=962): Create(path='/test_between_servers/960', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=962): '/test_between_servers/960' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=963): Create(path='/test_between_servers/961', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=963): '/test_between_servers/961' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=964): Create(path='/test_between_servers/962', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=964): '/test_between_servers/962' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=965): Create(path='/test_between_servers/963', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=965): '/test_between_servers/963' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=966): Create(path='/test_between_servers/964', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=966): '/test_between_servers/964' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=967): Create(path='/test_between_servers/965', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=967): '/test_between_servers/965' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=968): Create(path='/test_between_servers/966', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=968): '/test_between_servers/966' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=969): Create(path='/test_between_servers/967', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=969): '/test_between_servers/967' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=970): Create(path='/test_between_servers/968', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=970): '/test_between_servers/968' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=971): Create(path='/test_between_servers/969', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=971): '/test_between_servers/969' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=972): Create(path='/test_between_servers/970', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=972): '/test_between_servers/970' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=973): Create(path='/test_between_servers/971', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=973): '/test_between_servers/971' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=974): Create(path='/test_between_servers/972', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=974): '/test_between_servers/972' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=975): Create(path='/test_between_servers/973', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=975): '/test_between_servers/973' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=976): Create(path='/test_between_servers/974', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=976): '/test_between_servers/974' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=977): Create(path='/test_between_servers/975', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=977): '/test_between_servers/975' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=978): Create(path='/test_between_servers/976', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=978): '/test_between_servers/976' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=979): Create(path='/test_between_servers/977', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=979): '/test_between_servers/977' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=980): Create(path='/test_between_servers/978', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:06 [ 383 ] DEBUG : Received response(xid=980): '/test_between_servers/978' (connection.py:410, _read_response) 2026-04-30 16:16:06 [ 383 ] DEBUG : Sending request(xid=981): Create(path='/test_between_servers/979', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=981): '/test_between_servers/979' (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=982): Create(path='/test_between_servers/980', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=982): '/test_between_servers/980' (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=983): Create(path='/test_between_servers/981', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=983): '/test_between_servers/981' (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=984): Create(path='/test_between_servers/982', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=984): '/test_between_servers/982' (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=985): Create(path='/test_between_servers/983', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=985): '/test_between_servers/983' (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=986): Create(path='/test_between_servers/984', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=986): '/test_between_servers/984' (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=987): Create(path='/test_between_servers/985', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=987): '/test_between_servers/985' (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=988): Create(path='/test_between_servers/986', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=988): '/test_between_servers/986' (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=989): Create(path='/test_between_servers/987', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=989): '/test_between_servers/987' (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=990): Create(path='/test_between_servers/988', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=990): '/test_between_servers/988' (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=991): Create(path='/test_between_servers/989', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=991): '/test_between_servers/989' (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=992): Create(path='/test_between_servers/990', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=992): '/test_between_servers/990' (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=993): Create(path='/test_between_servers/991', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=993): '/test_between_servers/991' (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=994): Create(path='/test_between_servers/992', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=994): '/test_between_servers/992' (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=995): Create(path='/test_between_servers/993', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=995): '/test_between_servers/993' (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=996): Create(path='/test_between_servers/994', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=996): '/test_between_servers/994' (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=997): Create(path='/test_between_servers/995', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=997): '/test_between_servers/995' (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=998): Create(path='/test_between_servers/996', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=998): '/test_between_servers/996' (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=999): Create(path='/test_between_servers/997', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=999): '/test_between_servers/997' (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=1000): Create(path='/test_between_servers/998', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=1000): '/test_between_servers/998' (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=1001): Create(path='/test_between_servers/999', data=b'', acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], flags=0) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=1001): '/test_between_servers/999' (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=1002): SetData(path='/test_between_servers/0', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=1002): ZnodeStat(czxid=10, mzxid=1040, ctime=1777565752907, mtime=1777565767370, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=10) (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=1003): SetData(path='/test_between_servers/1', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=1003): ZnodeStat(czxid=13, mzxid=1041, ctime=1777565752923, mtime=1777565767388, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=13) (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=1004): SetData(path='/test_between_servers/2', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=1004): ZnodeStat(czxid=16, mzxid=1042, ctime=1777565752950, mtime=1777565767405, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=16) (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=1005): SetData(path='/test_between_servers/3', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=1005): ZnodeStat(czxid=18, mzxid=1043, ctime=1777565752974, mtime=1777565767421, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=18) (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=1006): SetData(path='/test_between_servers/4', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=1006): ZnodeStat(czxid=20, mzxid=1044, ctime=1777565752997, mtime=1777565767436, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=20) (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=1007): SetData(path='/test_between_servers/5', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=1007): ZnodeStat(czxid=21, mzxid=1045, ctime=1777565753039, mtime=1777565767451, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=21) (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=1008): SetData(path='/test_between_servers/6', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=1008): ZnodeStat(czxid=22, mzxid=1046, ctime=1777565753051, mtime=1777565767463, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=22) (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=1009): SetData(path='/test_between_servers/7', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=1009): ZnodeStat(czxid=24, mzxid=1047, ctime=1777565753072, mtime=1777565767472, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=24) (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=1010): SetData(path='/test_between_servers/8', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=1010): ZnodeStat(czxid=27, mzxid=1048, ctime=1777565753103, mtime=1777565767483, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=27) (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=1011): SetData(path='/test_between_servers/9', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=1011): ZnodeStat(czxid=29, mzxid=1049, ctime=1777565753130, mtime=1777565767496, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=29) (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=1012): SetData(path='/test_between_servers/10', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=1012): ZnodeStat(czxid=30, mzxid=1050, ctime=1777565753157, mtime=1777565767506, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=30) (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=1013): SetData(path='/test_between_servers/11', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=1013): ZnodeStat(czxid=31, mzxid=1051, ctime=1777565753187, mtime=1777565767517, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=31) (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=1014): SetData(path='/test_between_servers/12', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=1014): ZnodeStat(czxid=32, mzxid=1052, ctime=1777565753205, mtime=1777565767533, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=32) (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=1015): SetData(path='/test_between_servers/13', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=1015): ZnodeStat(czxid=33, mzxid=1053, ctime=1777565753221, mtime=1777565767546, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=33) (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=1016): SetData(path='/test_between_servers/14', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=1016): ZnodeStat(czxid=34, mzxid=1054, ctime=1777565753242, mtime=1777565767558, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=34) (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=1017): SetData(path='/test_between_servers/15', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=1017): ZnodeStat(czxid=35, mzxid=1055, ctime=1777565753256, mtime=1777565767579, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=35) (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=1018): SetData(path='/test_between_servers/16', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=1018): ZnodeStat(czxid=36, mzxid=1056, ctime=1777565753272, mtime=1777565767590, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=36) (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=1019): SetData(path='/test_between_servers/17', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=1019): ZnodeStat(czxid=37, mzxid=1057, ctime=1777565753286, mtime=1777565767601, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=37) (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=1020): SetData(path='/test_between_servers/18', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=1020): ZnodeStat(czxid=38, mzxid=1058, ctime=1777565753299, mtime=1777565767619, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=38) (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=1021): SetData(path='/test_between_servers/19', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=1021): ZnodeStat(czxid=39, mzxid=1059, ctime=1777565753316, mtime=1777565767632, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=39) (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=1022): SetData(path='/test_between_servers/20', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=1022): ZnodeStat(czxid=40, mzxid=1060, ctime=1777565753331, mtime=1777565767650, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=40) (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=1023): SetData(path='/test_between_servers/21', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=1023): ZnodeStat(czxid=41, mzxid=1061, ctime=1777565753343, mtime=1777565767665, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=41) (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=1024): SetData(path='/test_between_servers/22', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=1024): ZnodeStat(czxid=42, mzxid=1062, ctime=1777565753362, mtime=1777565767678, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=42) (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=1025): SetData(path='/test_between_servers/23', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=1025): ZnodeStat(czxid=43, mzxid=1063, ctime=1777565753377, mtime=1777565767688, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=43) (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=1026): SetData(path='/test_between_servers/24', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=1026): ZnodeStat(czxid=44, mzxid=1064, ctime=1777565753390, mtime=1777565767699, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=44) (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=1027): SetData(path='/test_between_servers/25', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=1027): ZnodeStat(czxid=45, mzxid=1065, ctime=1777565753403, mtime=1777565767713, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=45) (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=1028): SetData(path='/test_between_servers/26', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=1028): ZnodeStat(czxid=46, mzxid=1066, ctime=1777565753418, mtime=1777565767728, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=46) (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=1029): SetData(path='/test_between_servers/27', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=1029): ZnodeStat(czxid=47, mzxid=1067, ctime=1777565753432, mtime=1777565767738, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=47) (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=1030): SetData(path='/test_between_servers/28', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=1030): ZnodeStat(czxid=48, mzxid=1068, ctime=1777565753444, mtime=1777565767748, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=48) (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=1031): SetData(path='/test_between_servers/29', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=1031): ZnodeStat(czxid=49, mzxid=1069, ctime=1777565753459, mtime=1777565767766, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=49) (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=1032): SetData(path='/test_between_servers/30', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=1032): ZnodeStat(czxid=50, mzxid=1070, ctime=1777565753472, mtime=1777565767782, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=50) (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=1033): SetData(path='/test_between_servers/31', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=1033): ZnodeStat(czxid=51, mzxid=1071, ctime=1777565753487, mtime=1777565767793, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=51) (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=1034): SetData(path='/test_between_servers/32', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=1034): ZnodeStat(czxid=52, mzxid=1072, ctime=1777565753497, mtime=1777565767803, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=52) (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=1035): SetData(path='/test_between_servers/33', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=1035): ZnodeStat(czxid=53, mzxid=1073, ctime=1777565753508, mtime=1777565767815, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=53) (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=1036): SetData(path='/test_between_servers/34', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=1036): ZnodeStat(czxid=54, mzxid=1074, ctime=1777565753522, mtime=1777565767828, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=54) (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=1037): SetData(path='/test_between_servers/35', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=1037): ZnodeStat(czxid=55, mzxid=1075, ctime=1777565753535, mtime=1777565767843, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=55) (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=1038): SetData(path='/test_between_servers/36', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=1038): ZnodeStat(czxid=56, mzxid=1076, ctime=1777565753550, mtime=1777565767854, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=56) (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=1039): SetData(path='/test_between_servers/37', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=1039): ZnodeStat(czxid=57, mzxid=1077, ctime=1777565753566, mtime=1777565767865, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=57) (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=1040): SetData(path='/test_between_servers/38', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=1040): ZnodeStat(czxid=58, mzxid=1078, ctime=1777565753577, mtime=1777565767879, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=58) (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=1041): SetData(path='/test_between_servers/39', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=1041): ZnodeStat(czxid=59, mzxid=1079, ctime=1777565753588, mtime=1777565767892, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=59) (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=1042): SetData(path='/test_between_servers/40', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=1042): ZnodeStat(czxid=60, mzxid=1080, ctime=1777565753601, mtime=1777565767902, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=60) (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=1043): SetData(path='/test_between_servers/41', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=1043): ZnodeStat(czxid=61, mzxid=1081, ctime=1777565753617, mtime=1777565767910, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=61) (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=1044): SetData(path='/test_between_servers/42', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=1044): ZnodeStat(czxid=62, mzxid=1082, ctime=1777565753634, mtime=1777565767924, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=62) (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=1045): SetData(path='/test_between_servers/43', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=1045): ZnodeStat(czxid=63, mzxid=1083, ctime=1777565753654, mtime=1777565767937, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=63) (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=1046): SetData(path='/test_between_servers/44', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=1046): ZnodeStat(czxid=64, mzxid=1084, ctime=1777565753673, mtime=1777565767948, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=64) (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=1047): SetData(path='/test_between_servers/45', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=1047): ZnodeStat(czxid=65, mzxid=1085, ctime=1777565753690, mtime=1777565767961, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=65) (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=1048): SetData(path='/test_between_servers/46', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=1048): ZnodeStat(czxid=66, mzxid=1086, ctime=1777565753703, mtime=1777565767972, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=66) (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=1049): SetData(path='/test_between_servers/47', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:07 [ 383 ] DEBUG : Received response(xid=1049): ZnodeStat(czxid=67, mzxid=1087, ctime=1777565753720, mtime=1777565767982, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=67) (connection.py:410, _read_response) 2026-04-30 16:16:07 [ 383 ] DEBUG : Sending request(xid=1050): SetData(path='/test_between_servers/48', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1050): ZnodeStat(czxid=68, mzxid=1088, ctime=1777565753731, mtime=1777565767995, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=68) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1051): SetData(path='/test_between_servers/49', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1051): ZnodeStat(czxid=69, mzxid=1089, ctime=1777565753751, mtime=1777565768009, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=69) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1052): SetData(path='/test_between_servers/50', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1052): ZnodeStat(czxid=70, mzxid=1090, ctime=1777565753774, mtime=1777565768018, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=70) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1053): SetData(path='/test_between_servers/51', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1053): ZnodeStat(czxid=71, mzxid=1091, ctime=1777565753798, mtime=1777565768027, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=71) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1054): SetData(path='/test_between_servers/52', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1054): ZnodeStat(czxid=72, mzxid=1092, ctime=1777565753812, mtime=1777565768037, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=72) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1055): SetData(path='/test_between_servers/53', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1055): ZnodeStat(czxid=73, mzxid=1093, ctime=1777565753825, mtime=1777565768048, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=73) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1056): SetData(path='/test_between_servers/54', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1056): ZnodeStat(czxid=74, mzxid=1094, ctime=1777565753844, mtime=1777565768057, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=74) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1057): SetData(path='/test_between_servers/55', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1057): ZnodeStat(czxid=75, mzxid=1095, ctime=1777565753861, mtime=1777565768069, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=75) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1058): SetData(path='/test_between_servers/56', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1058): ZnodeStat(czxid=76, mzxid=1096, ctime=1777565753880, mtime=1777565768078, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=76) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1059): SetData(path='/test_between_servers/57', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1059): ZnodeStat(czxid=77, mzxid=1097, ctime=1777565753897, mtime=1777565768088, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=77) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1060): SetData(path='/test_between_servers/58', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1060): ZnodeStat(czxid=78, mzxid=1098, ctime=1777565753912, mtime=1777565768098, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=78) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1061): SetData(path='/test_between_servers/59', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1061): ZnodeStat(czxid=79, mzxid=1099, ctime=1777565753926, mtime=1777565768108, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=79) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1062): SetData(path='/test_between_servers/60', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1062): ZnodeStat(czxid=80, mzxid=1100, ctime=1777565753941, mtime=1777565768118, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=80) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1063): SetData(path='/test_between_servers/61', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1063): ZnodeStat(czxid=81, mzxid=1101, ctime=1777565753955, mtime=1777565768130, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=81) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1064): SetData(path='/test_between_servers/62', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1064): ZnodeStat(czxid=82, mzxid=1102, ctime=1777565753972, mtime=1777565768138, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=82) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1065): SetData(path='/test_between_servers/63', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1065): ZnodeStat(czxid=83, mzxid=1103, ctime=1777565753988, mtime=1777565768149, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=83) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1066): SetData(path='/test_between_servers/64', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1066): ZnodeStat(czxid=84, mzxid=1104, ctime=1777565754005, mtime=1777565768157, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=84) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1067): SetData(path='/test_between_servers/65', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1067): ZnodeStat(czxid=85, mzxid=1105, ctime=1777565754024, mtime=1777565768165, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=85) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1068): SetData(path='/test_between_servers/66', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1068): ZnodeStat(czxid=86, mzxid=1106, ctime=1777565754037, mtime=1777565768175, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=86) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1069): SetData(path='/test_between_servers/67', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1069): ZnodeStat(czxid=87, mzxid=1107, ctime=1777565754050, mtime=1777565768183, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=87) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1070): SetData(path='/test_between_servers/68', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1070): ZnodeStat(czxid=88, mzxid=1108, ctime=1777565754062, mtime=1777565768190, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=88) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1071): SetData(path='/test_between_servers/69', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1071): ZnodeStat(czxid=89, mzxid=1109, ctime=1777565754075, mtime=1777565768199, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=89) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1072): SetData(path='/test_between_servers/70', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1072): ZnodeStat(czxid=90, mzxid=1110, ctime=1777565754085, mtime=1777565768213, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=90) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1073): SetData(path='/test_between_servers/71', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1073): ZnodeStat(czxid=91, mzxid=1111, ctime=1777565754097, mtime=1777565768224, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=91) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1074): SetData(path='/test_between_servers/72', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1074): ZnodeStat(czxid=92, mzxid=1112, ctime=1777565754110, mtime=1777565768237, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=92) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1075): SetData(path='/test_between_servers/73', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1075): ZnodeStat(czxid=93, mzxid=1113, ctime=1777565754123, mtime=1777565768247, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=93) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1076): SetData(path='/test_between_servers/74', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1076): ZnodeStat(czxid=94, mzxid=1114, ctime=1777565754135, mtime=1777565768257, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=94) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1077): SetData(path='/test_between_servers/75', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1077): ZnodeStat(czxid=95, mzxid=1115, ctime=1777565754151, mtime=1777565768268, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=95) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1078): SetData(path='/test_between_servers/76', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1078): ZnodeStat(czxid=96, mzxid=1116, ctime=1777565754165, mtime=1777565768278, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=96) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1079): SetData(path='/test_between_servers/77', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1079): ZnodeStat(czxid=97, mzxid=1118, ctime=1777565754180, mtime=1777565768288, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=97) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1080): SetData(path='/test_between_servers/78', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1080): ZnodeStat(czxid=98, mzxid=1119, ctime=1777565754192, mtime=1777565768298, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=98) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1081): SetData(path='/test_between_servers/79', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1081): ZnodeStat(czxid=99, mzxid=1120, ctime=1777565754207, mtime=1777565768313, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=99) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1082): SetData(path='/test_between_servers/80', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1082): ZnodeStat(czxid=100, mzxid=1121, ctime=1777565754219, mtime=1777565768321, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=100) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1083): SetData(path='/test_between_servers/81', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1083): ZnodeStat(czxid=101, mzxid=1122, ctime=1777565754234, mtime=1777565768331, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=101) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1084): SetData(path='/test_between_servers/82', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1084): ZnodeStat(czxid=102, mzxid=1123, ctime=1777565754246, mtime=1777565768342, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=102) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1085): SetData(path='/test_between_servers/83', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1085): ZnodeStat(czxid=103, mzxid=1124, ctime=1777565754258, mtime=1777565768351, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=103) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1086): SetData(path='/test_between_servers/84', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1086): ZnodeStat(czxid=104, mzxid=1125, ctime=1777565754271, mtime=1777565768363, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=104) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1087): SetData(path='/test_between_servers/85', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1087): ZnodeStat(czxid=105, mzxid=1126, ctime=1777565754286, mtime=1777565768371, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=105) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1088): SetData(path='/test_between_servers/86', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1088): ZnodeStat(czxid=106, mzxid=1127, ctime=1777565754299, mtime=1777565768380, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=106) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1089): SetData(path='/test_between_servers/87', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1089): ZnodeStat(czxid=107, mzxid=1128, ctime=1777565754313, mtime=1777565768388, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=107) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1090): SetData(path='/test_between_servers/88', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1090): ZnodeStat(czxid=108, mzxid=1129, ctime=1777565754329, mtime=1777565768398, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=108) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1091): SetData(path='/test_between_servers/89', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1091): ZnodeStat(czxid=109, mzxid=1130, ctime=1777565754348, mtime=1777565768405, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=109) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1092): SetData(path='/test_between_servers/90', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1092): ZnodeStat(czxid=110, mzxid=1131, ctime=1777565754362, mtime=1777565768413, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=110) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1093): SetData(path='/test_between_servers/91', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1093): ZnodeStat(czxid=111, mzxid=1132, ctime=1777565754375, mtime=1777565768421, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=111) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1094): SetData(path='/test_between_servers/92', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1094): ZnodeStat(czxid=112, mzxid=1133, ctime=1777565754388, mtime=1777565768432, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=112) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1095): SetData(path='/test_between_servers/93', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1095): ZnodeStat(czxid=113, mzxid=1134, ctime=1777565754403, mtime=1777565768443, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=113) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1096): SetData(path='/test_between_servers/94', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1096): ZnodeStat(czxid=114, mzxid=1135, ctime=1777565754414, mtime=1777565768452, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=114) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1097): SetData(path='/test_between_servers/95', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1097): ZnodeStat(czxid=115, mzxid=1136, ctime=1777565754426, mtime=1777565768464, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=115) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1098): SetData(path='/test_between_servers/96', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1098): ZnodeStat(czxid=116, mzxid=1138, ctime=1777565754440, mtime=1777565768474, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=116) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1099): SetData(path='/test_between_servers/97', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1099): ZnodeStat(czxid=117, mzxid=1139, ctime=1777565754455, mtime=1777565768484, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=117) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1100): SetData(path='/test_between_servers/98', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1100): ZnodeStat(czxid=118, mzxid=1140, ctime=1777565754469, mtime=1777565768495, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=118) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1101): SetData(path='/test_between_servers/99', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1101): ZnodeStat(czxid=119, mzxid=1141, ctime=1777565754484, mtime=1777565768503, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=119) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1102): SetData(path='/test_between_servers/100', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1102): ZnodeStat(czxid=120, mzxid=1142, ctime=1777565754499, mtime=1777565768514, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=120) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1103): SetData(path='/test_between_servers/101', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1103): ZnodeStat(czxid=121, mzxid=1143, ctime=1777565754511, mtime=1777565768521, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=121) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1104): SetData(path='/test_between_servers/102', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1104): ZnodeStat(czxid=122, mzxid=1144, ctime=1777565754526, mtime=1777565768536, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=122) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1105): SetData(path='/test_between_servers/103', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1105): ZnodeStat(czxid=123, mzxid=1145, ctime=1777565754540, mtime=1777565768547, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=123) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1106): SetData(path='/test_between_servers/104', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1106): ZnodeStat(czxid=124, mzxid=1146, ctime=1777565754562, mtime=1777565768557, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=124) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1107): SetData(path='/test_between_servers/105', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1107): ZnodeStat(czxid=125, mzxid=1147, ctime=1777565754578, mtime=1777565768569, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=125) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1108): SetData(path='/test_between_servers/106', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1108): ZnodeStat(czxid=126, mzxid=1148, ctime=1777565754594, mtime=1777565768577, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=126) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1109): SetData(path='/test_between_servers/107', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1109): ZnodeStat(czxid=127, mzxid=1149, ctime=1777565754609, mtime=1777565768584, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=127) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1110): SetData(path='/test_between_servers/108', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1110): ZnodeStat(czxid=128, mzxid=1150, ctime=1777565754619, mtime=1777565768595, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=128) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1111): SetData(path='/test_between_servers/109', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1111): ZnodeStat(czxid=129, mzxid=1151, ctime=1777565754632, mtime=1777565768604, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=129) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1112): SetData(path='/test_between_servers/110', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1112): ZnodeStat(czxid=130, mzxid=1152, ctime=1777565754647, mtime=1777565768614, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=130) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1113): SetData(path='/test_between_servers/111', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1113): ZnodeStat(czxid=131, mzxid=1153, ctime=1777565754661, mtime=1777565768625, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=131) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1114): SetData(path='/test_between_servers/112', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1114): ZnodeStat(czxid=132, mzxid=1154, ctime=1777565754674, mtime=1777565768640, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=132) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1115): SetData(path='/test_between_servers/113', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1115): ZnodeStat(czxid=133, mzxid=1155, ctime=1777565754693, mtime=1777565768652, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=133) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1116): SetData(path='/test_between_servers/114', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1116): ZnodeStat(czxid=134, mzxid=1156, ctime=1777565754708, mtime=1777565768662, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=134) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1117): SetData(path='/test_between_servers/115', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1117): ZnodeStat(czxid=135, mzxid=1157, ctime=1777565754719, mtime=1777565768672, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=135) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1118): SetData(path='/test_between_servers/116', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1118): ZnodeStat(czxid=136, mzxid=1158, ctime=1777565754731, mtime=1777565768681, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=136) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1119): SetData(path='/test_between_servers/117', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1119): ZnodeStat(czxid=137, mzxid=1159, ctime=1777565754745, mtime=1777565768690, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=137) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1120): SetData(path='/test_between_servers/118', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1120): ZnodeStat(czxid=138, mzxid=1160, ctime=1777565754756, mtime=1777565768698, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=138) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1121): SetData(path='/test_between_servers/119', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1121): ZnodeStat(czxid=139, mzxid=1161, ctime=1777565754766, mtime=1777565768707, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=139) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1122): SetData(path='/test_between_servers/120', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1122): ZnodeStat(czxid=140, mzxid=1162, ctime=1777565754775, mtime=1777565768723, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=140) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1123): SetData(path='/test_between_servers/121', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1123): ZnodeStat(czxid=141, mzxid=1163, ctime=1777565754790, mtime=1777565768742, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=141) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1124): SetData(path='/test_between_servers/122', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1124): ZnodeStat(czxid=142, mzxid=1164, ctime=1777565754804, mtime=1777565768755, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=142) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1125): SetData(path='/test_between_servers/123', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1125): ZnodeStat(czxid=143, mzxid=1165, ctime=1777565754819, mtime=1777565768767, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=143) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1126): SetData(path='/test_between_servers/124', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1126): ZnodeStat(czxid=144, mzxid=1166, ctime=1777565754830, mtime=1777565768779, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=144) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1127): SetData(path='/test_between_servers/125', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1127): ZnodeStat(czxid=145, mzxid=1167, ctime=1777565754842, mtime=1777565768792, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=145) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1128): SetData(path='/test_between_servers/126', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1128): ZnodeStat(czxid=146, mzxid=1168, ctime=1777565754853, mtime=1777565768807, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=146) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1129): SetData(path='/test_between_servers/127', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1129): ZnodeStat(czxid=147, mzxid=1169, ctime=1777565754864, mtime=1777565768821, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=147) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1130): SetData(path='/test_between_servers/128', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1130): ZnodeStat(czxid=148, mzxid=1170, ctime=1777565754874, mtime=1777565768830, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=148) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1131): SetData(path='/test_between_servers/129', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1131): ZnodeStat(czxid=149, mzxid=1171, ctime=1777565754885, mtime=1777565768840, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=149) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1132): SetData(path='/test_between_servers/130', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1132): ZnodeStat(czxid=150, mzxid=1172, ctime=1777565754896, mtime=1777565768855, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=150) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1133): SetData(path='/test_between_servers/131', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1133): ZnodeStat(czxid=151, mzxid=1173, ctime=1777565754907, mtime=1777565768869, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=151) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1134): SetData(path='/test_between_servers/132', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1134): ZnodeStat(czxid=152, mzxid=1174, ctime=1777565754918, mtime=1777565768882, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=152) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1135): SetData(path='/test_between_servers/133', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1135): ZnodeStat(czxid=153, mzxid=1175, ctime=1777565754927, mtime=1777565768895, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=153) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1136): SetData(path='/test_between_servers/134', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1136): ZnodeStat(czxid=154, mzxid=1176, ctime=1777565754941, mtime=1777565768906, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=154) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1137): SetData(path='/test_between_servers/135', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1137): ZnodeStat(czxid=155, mzxid=1177, ctime=1777565754956, mtime=1777565768921, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=155) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1138): SetData(path='/test_between_servers/136', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1138): ZnodeStat(czxid=156, mzxid=1178, ctime=1777565754973, mtime=1777565768932, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=156) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1139): SetData(path='/test_between_servers/137', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1139): ZnodeStat(czxid=157, mzxid=1179, ctime=1777565754988, mtime=1777565768944, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=157) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1140): SetData(path='/test_between_servers/138', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1140): ZnodeStat(czxid=158, mzxid=1180, ctime=1777565755000, mtime=1777565768957, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=158) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1141): SetData(path='/test_between_servers/139', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1141): ZnodeStat(czxid=159, mzxid=1181, ctime=1777565755014, mtime=1777565768970, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=159) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1142): SetData(path='/test_between_servers/140', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:08 [ 383 ] DEBUG : Received response(xid=1142): ZnodeStat(czxid=160, mzxid=1182, ctime=1777565755024, mtime=1777565768982, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=160) (connection.py:410, _read_response) 2026-04-30 16:16:08 [ 383 ] DEBUG : Sending request(xid=1143): SetData(path='/test_between_servers/141', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:09 [ 383 ] DEBUG : Received response(xid=1143): ZnodeStat(czxid=161, mzxid=1183, ctime=1777565755037, mtime=1777565768993, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=161) (connection.py:410, _read_response) 2026-04-30 16:16:09 [ 383 ] DEBUG : Sending request(xid=1144): SetData(path='/test_between_servers/142', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:09 [ 383 ] DEBUG : Received response(xid=1144): ZnodeStat(czxid=162, mzxid=1184, ctime=1777565755050, mtime=1777565769009, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=162) (connection.py:410, _read_response) 2026-04-30 16:16:09 [ 383 ] DEBUG : Sending request(xid=1145): SetData(path='/test_between_servers/143', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:09 [ 383 ] DEBUG : Received response(xid=1145): ZnodeStat(czxid=163, mzxid=1185, ctime=1777565755064, mtime=1777565769026, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=163) (connection.py:410, _read_response) 2026-04-30 16:16:09 [ 383 ] DEBUG : Sending request(xid=1146): SetData(path='/test_between_servers/144', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:09 [ 383 ] DEBUG : Received response(xid=1146): ZnodeStat(czxid=164, mzxid=1186, ctime=1777565755072, mtime=1777565769042, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=164) (connection.py:410, _read_response) 2026-04-30 16:16:09 [ 383 ] DEBUG : Sending request(xid=1147): SetData(path='/test_between_servers/145', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:09 [ 383 ] DEBUG : Received response(xid=1147): ZnodeStat(czxid=165, mzxid=1187, ctime=1777565755087, mtime=1777565769061, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=165) (connection.py:410, _read_response) 2026-04-30 16:16:09 [ 383 ] DEBUG : Sending request(xid=1148): SetData(path='/test_between_servers/146', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:09 [ 383 ] DEBUG : Received response(xid=1148): ZnodeStat(czxid=166, mzxid=1188, ctime=1777565755098, mtime=1777565769075, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=166) (connection.py:410, _read_response) 2026-04-30 16:16:09 [ 383 ] DEBUG : Sending request(xid=1149): SetData(path='/test_between_servers/147', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:09 [ 383 ] DEBUG : Received response(xid=1149): ZnodeStat(czxid=167, mzxid=1189, ctime=1777565755109, mtime=1777565769088, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=167) (connection.py:410, _read_response) 2026-04-30 16:16:09 [ 383 ] DEBUG : Sending request(xid=1150): SetData(path='/test_between_servers/148', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:09 [ 383 ] DEBUG : Received response(xid=1150): ZnodeStat(czxid=168, mzxid=1190, ctime=1777565755125, mtime=1777565769106, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=168) (connection.py:410, _read_response) 2026-04-30 16:16:09 [ 383 ] DEBUG : Sending request(xid=1151): SetData(path='/test_between_servers/149', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:09 [ 383 ] DEBUG : Received response(xid=1151): ZnodeStat(czxid=169, mzxid=1191, ctime=1777565755135, mtime=1777565769117, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=169) (connection.py:410, _read_response) 2026-04-30 16:16:09 [ 383 ] DEBUG : Sending request(xid=1152): SetData(path='/test_between_servers/150', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:09 [ 383 ] DEBUG : Received response(xid=1152): ZnodeStat(czxid=170, mzxid=1192, ctime=1777565755147, mtime=1777565769149, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=170) (connection.py:410, _read_response) 2026-04-30 16:16:09 [ 383 ] DEBUG : Sending request(xid=1153): SetData(path='/test_between_servers/151', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:09 [ 383 ] DEBUG : Received response(xid=1153): ZnodeStat(czxid=171, mzxid=1193, ctime=1777565755167, mtime=1777565769163, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=171) (connection.py:410, _read_response) 2026-04-30 16:16:09 [ 383 ] DEBUG : Sending request(xid=1154): SetData(path='/test_between_servers/152', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:09 [ 383 ] DEBUG : Received response(xid=1154): ZnodeStat(czxid=172, mzxid=1194, ctime=1777565755184, mtime=1777565769183, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=172) (connection.py:410, _read_response) 2026-04-30 16:16:09 [ 383 ] DEBUG : Sending request(xid=1155): SetData(path='/test_between_servers/153', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:09 [ 383 ] DEBUG : Received response(xid=1155): ZnodeStat(czxid=173, mzxid=1195, ctime=1777565755204, mtime=1777565769207, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=173) (connection.py:410, _read_response) 2026-04-30 16:16:09 [ 383 ] DEBUG : Sending request(xid=1156): SetData(path='/test_between_servers/154', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:09 [ 383 ] DEBUG : Received response(xid=1156): ZnodeStat(czxid=174, mzxid=1196, ctime=1777565755218, mtime=1777565769224, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=174) (connection.py:410, _read_response) 2026-04-30 16:16:09 [ 383 ] DEBUG : Sending request(xid=1157): SetData(path='/test_between_servers/155', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:09 [ 383 ] DEBUG : Received response(xid=1157): ZnodeStat(czxid=175, mzxid=1197, ctime=1777565755229, mtime=1777565769246, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=175) (connection.py:410, _read_response) 2026-04-30 16:16:09 [ 383 ] DEBUG : Sending request(xid=1158): SetData(path='/test_between_servers/156', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:09 [ 383 ] DEBUG : Received response(xid=1158): ZnodeStat(czxid=176, mzxid=1198, ctime=1777565755241, mtime=1777565769263, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=176) (connection.py:410, _read_response) 2026-04-30 16:16:09 [ 383 ] DEBUG : Sending request(xid=1159): SetData(path='/test_between_servers/157', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:09 [ 383 ] DEBUG : Received response(xid=1159): ZnodeStat(czxid=177, mzxid=1199, ctime=1777565755263, mtime=1777565769280, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=177) (connection.py:410, _read_response) 2026-04-30 16:16:09 [ 383 ] DEBUG : Sending request(xid=1160): SetData(path='/test_between_servers/158', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:09 [ 383 ] DEBUG : Received response(xid=1160): ZnodeStat(czxid=178, mzxid=1200, ctime=1777565755282, mtime=1777565769297, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=178) (connection.py:410, _read_response) 2026-04-30 16:16:09 [ 383 ] DEBUG : Sending request(xid=1161): SetData(path='/test_between_servers/159', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:09 [ 383 ] DEBUG : Received response(xid=1161): ZnodeStat(czxid=179, mzxid=1201, ctime=1777565755300, mtime=1777565769313, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=179) (connection.py:410, _read_response) 2026-04-30 16:16:09 [ 383 ] DEBUG : Sending request(xid=1162): SetData(path='/test_between_servers/160', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:09 [ 383 ] DEBUG : Received response(xid=1162): ZnodeStat(czxid=180, mzxid=1202, ctime=1777565755318, mtime=1777565769326, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=180) (connection.py:410, _read_response) 2026-04-30 16:16:09 [ 383 ] DEBUG : Sending request(xid=1163): SetData(path='/test_between_servers/161', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:09 [ 383 ] DEBUG : Received response(xid=1163): ZnodeStat(czxid=181, mzxid=1203, ctime=1777565755339, mtime=1777565769340, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=181) (connection.py:410, _read_response) 2026-04-30 16:16:09 [ 383 ] DEBUG : Sending request(xid=1164): SetData(path='/test_between_servers/162', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:09 [ 383 ] DEBUG : Received response(xid=1164): ZnodeStat(czxid=182, mzxid=1204, ctime=1777565755355, mtime=1777565769360, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=182) (connection.py:410, _read_response) 2026-04-30 16:16:09 [ 383 ] DEBUG : Sending request(xid=1165): SetData(path='/test_between_servers/163', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:09 [ 383 ] DEBUG : Received response(xid=1165): ZnodeStat(czxid=183, mzxid=1205, ctime=1777565755364, mtime=1777565769384, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=183) (connection.py:410, _read_response) 2026-04-30 16:16:09 [ 383 ] DEBUG : Sending request(xid=1166): SetData(path='/test_between_servers/164', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:09 [ 383 ] DEBUG : Received response(xid=1166): ZnodeStat(czxid=184, mzxid=1206, ctime=1777565755377, mtime=1777565769402, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=184) (connection.py:410, _read_response) 2026-04-30 16:16:09 [ 383 ] DEBUG : Sending request(xid=1167): SetData(path='/test_between_servers/165', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:09 [ 383 ] DEBUG : Received response(xid=1167): ZnodeStat(czxid=185, mzxid=1207, ctime=1777565755390, mtime=1777565769413, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=185) (connection.py:410, _read_response) 2026-04-30 16:16:09 [ 383 ] DEBUG : Sending request(xid=1168): SetData(path='/test_between_servers/166', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:09 [ 383 ] DEBUG : Received response(xid=1168): ZnodeStat(czxid=186, mzxid=1208, ctime=1777565755402, mtime=1777565769428, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=186) (connection.py:410, _read_response) 2026-04-30 16:16:09 [ 383 ] DEBUG : Sending request(xid=1169): SetData(path='/test_between_servers/167', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:09 [ 383 ] DEBUG : Received response(xid=1169): ZnodeStat(czxid=187, mzxid=1209, ctime=1777565755415, mtime=1777565769443, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=187) (connection.py:410, _read_response) 2026-04-30 16:16:09 [ 383 ] DEBUG : Sending request(xid=1170): SetData(path='/test_between_servers/168', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:09 [ 383 ] DEBUG : Received response(xid=1170): ZnodeStat(czxid=188, mzxid=1211, ctime=1777565755432, mtime=1777565769464, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=188) (connection.py:410, _read_response) 2026-04-30 16:16:09 [ 383 ] DEBUG : Sending request(xid=1171): SetData(path='/test_between_servers/169', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:09 [ 383 ] DEBUG : Received response(xid=1171): ZnodeStat(czxid=189, mzxid=1212, ctime=1777565755445, mtime=1777565769488, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=189) (connection.py:410, _read_response) 2026-04-30 16:16:09 [ 383 ] DEBUG : Sending request(xid=1172): SetData(path='/test_between_servers/170', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:09 [ 383 ] DEBUG : Received response(xid=1172): ZnodeStat(czxid=190, mzxid=1213, ctime=1777565755458, mtime=1777565769505, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=190) (connection.py:410, _read_response) 2026-04-30 16:16:09 [ 383 ] DEBUG : Sending request(xid=1173): SetData(path='/test_between_servers/171', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:09 [ 383 ] DEBUG : Received response(xid=1173): ZnodeStat(czxid=191, mzxid=1214, ctime=1777565755471, mtime=1777565769520, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=191) (connection.py:410, _read_response) 2026-04-30 16:16:09 [ 383 ] DEBUG : Sending request(xid=1174): SetData(path='/test_between_servers/172', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:09 [ 383 ] DEBUG : Received response(xid=1174): ZnodeStat(czxid=192, mzxid=1215, ctime=1777565755489, mtime=1777565769541, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=192) (connection.py:410, _read_response) 2026-04-30 16:16:09 [ 383 ] DEBUG : Sending request(xid=1175): SetData(path='/test_between_servers/173', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:09 [ 383 ] DEBUG : Received response(xid=1175): ZnodeStat(czxid=193, mzxid=1216, ctime=1777565755505, mtime=1777565769559, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=193) (connection.py:410, _read_response) 2026-04-30 16:16:09 [ 383 ] DEBUG : Sending request(xid=1176): SetData(path='/test_between_servers/174', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:09 [ 383 ] DEBUG : Received response(xid=1176): ZnodeStat(czxid=194, mzxid=1218, ctime=1777565755522, mtime=1777565769583, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=194) (connection.py:410, _read_response) 2026-04-30 16:16:09 [ 383 ] DEBUG : Sending request(xid=1177): SetData(path='/test_between_servers/175', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:09 [ 383 ] DEBUG : Received response(xid=1177): ZnodeStat(czxid=195, mzxid=1219, ctime=1777565755533, mtime=1777565769628, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=195) (connection.py:410, _read_response) 2026-04-30 16:16:09 [ 383 ] DEBUG : Sending request(xid=1178): SetData(path='/test_between_servers/176', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:09 [ 383 ] DEBUG : Received response(xid=1178): ZnodeStat(czxid=196, mzxid=1220, ctime=1777565755548, mtime=1777565769650, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=196) (connection.py:410, _read_response) 2026-04-30 16:16:09 [ 383 ] DEBUG : Sending request(xid=1179): SetData(path='/test_between_servers/177', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:09 [ 383 ] DEBUG : Received response(xid=1179): ZnodeStat(czxid=197, mzxid=1221, ctime=1777565755563, mtime=1777565769667, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=197) (connection.py:410, _read_response) 2026-04-30 16:16:09 [ 383 ] DEBUG : Sending request(xid=1180): SetData(path='/test_between_servers/178', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:09 [ 383 ] DEBUG : Received response(xid=1180): ZnodeStat(czxid=198, mzxid=1222, ctime=1777565755573, mtime=1777565769687, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=198) (connection.py:410, _read_response) 2026-04-30 16:16:09 [ 383 ] DEBUG : Sending request(xid=1181): SetData(path='/test_between_servers/179', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:09 [ 383 ] DEBUG : Received response(xid=1181): ZnodeStat(czxid=199, mzxid=1223, ctime=1777565755585, mtime=1777565769704, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=199) (connection.py:410, _read_response) 2026-04-30 16:16:09 [ 383 ] DEBUG : Sending request(xid=1182): SetData(path='/test_between_servers/180', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:09 [ 383 ] DEBUG : Received response(xid=1182): ZnodeStat(czxid=200, mzxid=1225, ctime=1777565755600, mtime=1777565769717, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=200) (connection.py:410, _read_response) 2026-04-30 16:16:09 [ 383 ] DEBUG : Sending request(xid=1183): SetData(path='/test_between_servers/181', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:09 [ 383 ] DEBUG : Received response(xid=1183): ZnodeStat(czxid=201, mzxid=1226, ctime=1777565755613, mtime=1777565769741, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=201) (connection.py:410, _read_response) 2026-04-30 16:16:09 [ 383 ] DEBUG : Sending request(xid=1184): SetData(path='/test_between_servers/182', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:09 [ 383 ] DEBUG : Received response(xid=1184): ZnodeStat(czxid=202, mzxid=1227, ctime=1777565755627, mtime=1777565769757, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=202) (connection.py:410, _read_response) 2026-04-30 16:16:09 [ 383 ] DEBUG : Sending request(xid=1185): SetData(path='/test_between_servers/183', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:09 [ 383 ] DEBUG : Received response(xid=1185): ZnodeStat(czxid=203, mzxid=1228, ctime=1777565755641, mtime=1777565769774, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=203) (connection.py:410, _read_response) 2026-04-30 16:16:09 [ 383 ] DEBUG : Sending request(xid=1186): SetData(path='/test_between_servers/184', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:09 [ 383 ] DEBUG : Received response(xid=1186): ZnodeStat(czxid=204, mzxid=1229, ctime=1777565755652, mtime=1777565769796, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=204) (connection.py:410, _read_response) 2026-04-30 16:16:09 [ 383 ] DEBUG : Sending request(xid=1187): SetData(path='/test_between_servers/185', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:09 [ 383 ] DEBUG : Received response(xid=1187): ZnodeStat(czxid=205, mzxid=1230, ctime=1777565755666, mtime=1777565769825, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=205) (connection.py:410, _read_response) 2026-04-30 16:16:09 [ 383 ] DEBUG : Sending request(xid=1188): SetData(path='/test_between_servers/186', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:09 [ 383 ] DEBUG : Received response(xid=1188): ZnodeStat(czxid=206, mzxid=1231, ctime=1777565755677, mtime=1777565769841, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=206) (connection.py:410, _read_response) 2026-04-30 16:16:09 [ 383 ] DEBUG : Sending request(xid=1189): SetData(path='/test_between_servers/187', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:09 [ 383 ] DEBUG : Received response(xid=1189): ZnodeStat(czxid=207, mzxid=1232, ctime=1777565755687, mtime=1777565769861, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=207) (connection.py:410, _read_response) 2026-04-30 16:16:09 [ 383 ] DEBUG : Sending request(xid=1190): SetData(path='/test_between_servers/188', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:09 [ 383 ] DEBUG : Received response(xid=1190): ZnodeStat(czxid=208, mzxid=1233, ctime=1777565755695, mtime=1777565769884, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=208) (connection.py:410, _read_response) 2026-04-30 16:16:09 [ 383 ] DEBUG : Sending request(xid=1191): SetData(path='/test_between_servers/189', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:09 [ 383 ] DEBUG : Received response(xid=1191): ZnodeStat(czxid=209, mzxid=1234, ctime=1777565755708, mtime=1777565769904, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=209) (connection.py:410, _read_response) 2026-04-30 16:16:09 [ 383 ] DEBUG : Sending request(xid=1192): SetData(path='/test_between_servers/190', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:09 [ 383 ] DEBUG : Received response(xid=1192): ZnodeStat(czxid=210, mzxid=1235, ctime=1777565755718, mtime=1777565769924, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=210) (connection.py:410, _read_response) 2026-04-30 16:16:09 [ 383 ] DEBUG : Sending request(xid=1193): SetData(path='/test_between_servers/191', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:09 [ 383 ] DEBUG : Received response(xid=1193): ZnodeStat(czxid=211, mzxid=1236, ctime=1777565755732, mtime=1777565769949, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=211) (connection.py:410, _read_response) 2026-04-30 16:16:09 [ 383 ] DEBUG : Sending request(xid=1194): SetData(path='/test_between_servers/192', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:09 [ 383 ] DEBUG : Received response(xid=1194): ZnodeStat(czxid=212, mzxid=1237, ctime=1777565755745, mtime=1777565769971, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=212) (connection.py:410, _read_response) 2026-04-30 16:16:09 [ 383 ] DEBUG : Sending request(xid=1195): SetData(path='/test_between_servers/193', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1195): ZnodeStat(czxid=213, mzxid=1238, ctime=1777565755759, mtime=1777565769987, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=213) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1196): SetData(path='/test_between_servers/194', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1196): ZnodeStat(czxid=214, mzxid=1239, ctime=1777565755773, mtime=1777565770006, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=214) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1197): SetData(path='/test_between_servers/195', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1197): ZnodeStat(czxid=215, mzxid=1240, ctime=1777565755785, mtime=1777565770021, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=215) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1198): SetData(path='/test_between_servers/196', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1198): ZnodeStat(czxid=216, mzxid=1241, ctime=1777565755796, mtime=1777565770043, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=216) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1199): SetData(path='/test_between_servers/197', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1199): ZnodeStat(czxid=217, mzxid=1242, ctime=1777565755811, mtime=1777565770055, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=217) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1200): SetData(path='/test_between_servers/198', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1200): ZnodeStat(czxid=218, mzxid=1243, ctime=1777565755825, mtime=1777565770113, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=218) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1201): SetData(path='/test_between_servers/199', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1201): ZnodeStat(czxid=219, mzxid=1244, ctime=1777565755836, mtime=1777565770133, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=219) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1202): SetData(path='/test_between_servers/200', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1202): ZnodeStat(czxid=220, mzxid=1245, ctime=1777565755852, mtime=1777565770148, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=220) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1203): SetData(path='/test_between_servers/201', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1203): ZnodeStat(czxid=221, mzxid=1246, ctime=1777565755865, mtime=1777565770169, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=221) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1204): SetData(path='/test_between_servers/202', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1204): ZnodeStat(czxid=222, mzxid=1247, ctime=1777565755883, mtime=1777565770186, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=222) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1205): SetData(path='/test_between_servers/203', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1205): ZnodeStat(czxid=223, mzxid=1248, ctime=1777565755894, mtime=1777565770203, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=223) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1206): SetData(path='/test_between_servers/204', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1206): ZnodeStat(czxid=225, mzxid=1249, ctime=1777565755915, mtime=1777565770222, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=225) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1207): SetData(path='/test_between_servers/205', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1207): ZnodeStat(czxid=226, mzxid=1250, ctime=1777565755943, mtime=1777565770236, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=226) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1208): SetData(path='/test_between_servers/206', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1208): ZnodeStat(czxid=227, mzxid=1251, ctime=1777565755970, mtime=1777565770250, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=227) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1209): SetData(path='/test_between_servers/207', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1209): ZnodeStat(czxid=228, mzxid=1252, ctime=1777565755987, mtime=1777565770264, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=228) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1210): SetData(path='/test_between_servers/208', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1210): ZnodeStat(czxid=229, mzxid=1253, ctime=1777565756006, mtime=1777565770274, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=229) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1211): SetData(path='/test_between_servers/209', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1211): ZnodeStat(czxid=230, mzxid=1254, ctime=1777565756020, mtime=1777565770289, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=230) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1212): SetData(path='/test_between_servers/210', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1212): ZnodeStat(czxid=231, mzxid=1255, ctime=1777565756043, mtime=1777565770304, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=231) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1213): SetData(path='/test_between_servers/211', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1213): ZnodeStat(czxid=232, mzxid=1256, ctime=1777565756053, mtime=1777565770324, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=232) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1214): SetData(path='/test_between_servers/212', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1214): ZnodeStat(czxid=234, mzxid=1257, ctime=1777565756065, mtime=1777565770340, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=234) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1215): SetData(path='/test_between_servers/213', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1215): ZnodeStat(czxid=235, mzxid=1258, ctime=1777565756077, mtime=1777565770355, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=235) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1216): SetData(path='/test_between_servers/214', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1216): ZnodeStat(czxid=236, mzxid=1259, ctime=1777565756087, mtime=1777565770370, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=236) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1217): SetData(path='/test_between_servers/215', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1217): ZnodeStat(czxid=237, mzxid=1260, ctime=1777565756097, mtime=1777565770385, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=237) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1218): SetData(path='/test_between_servers/216', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1218): ZnodeStat(czxid=238, mzxid=1261, ctime=1777565756109, mtime=1777565770406, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=238) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1219): SetData(path='/test_between_servers/217', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1219): ZnodeStat(czxid=240, mzxid=1262, ctime=1777565756123, mtime=1777565770424, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=240) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1220): SetData(path='/test_between_servers/218', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1220): ZnodeStat(czxid=241, mzxid=1263, ctime=1777565756135, mtime=1777565770440, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=241) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1221): SetData(path='/test_between_servers/219', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1221): ZnodeStat(czxid=242, mzxid=1264, ctime=1777565756146, mtime=1777565770456, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=242) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1222): SetData(path='/test_between_servers/220', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1222): ZnodeStat(czxid=243, mzxid=1265, ctime=1777565756158, mtime=1777565770470, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=243) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1223): SetData(path='/test_between_servers/221', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1223): ZnodeStat(czxid=244, mzxid=1266, ctime=1777565756173, mtime=1777565770484, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=244) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1224): SetData(path='/test_between_servers/222', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1224): ZnodeStat(czxid=245, mzxid=1267, ctime=1777565756185, mtime=1777565770500, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=245) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1225): SetData(path='/test_between_servers/223', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1225): ZnodeStat(czxid=246, mzxid=1268, ctime=1777565756195, mtime=1777565770523, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=246) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1226): SetData(path='/test_between_servers/224', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1226): ZnodeStat(czxid=247, mzxid=1269, ctime=1777565756208, mtime=1777565770542, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=247) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1227): SetData(path='/test_between_servers/225', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1227): ZnodeStat(czxid=248, mzxid=1270, ctime=1777565756224, mtime=1777565770562, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=248) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1228): SetData(path='/test_between_servers/226', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1228): ZnodeStat(czxid=250, mzxid=1271, ctime=1777565756241, mtime=1777565770577, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=250) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1229): SetData(path='/test_between_servers/227', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1229): ZnodeStat(czxid=251, mzxid=1272, ctime=1777565756254, mtime=1777565770603, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=251) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1230): SetData(path='/test_between_servers/228', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1230): ZnodeStat(czxid=252, mzxid=1273, ctime=1777565756267, mtime=1777565770626, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=252) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1231): SetData(path='/test_between_servers/229', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1231): ZnodeStat(czxid=253, mzxid=1274, ctime=1777565756280, mtime=1777565770639, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=253) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1232): SetData(path='/test_between_servers/230', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1232): ZnodeStat(czxid=254, mzxid=1275, ctime=1777565756290, mtime=1777565770653, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=254) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1233): SetData(path='/test_between_servers/231', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1233): ZnodeStat(czxid=255, mzxid=1276, ctime=1777565756299, mtime=1777565770665, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=255) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1234): SetData(path='/test_between_servers/232', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1234): ZnodeStat(czxid=256, mzxid=1277, ctime=1777565756310, mtime=1777565770681, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=256) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1235): SetData(path='/test_between_servers/233', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1235): ZnodeStat(czxid=257, mzxid=1278, ctime=1777565756319, mtime=1777565770698, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=257) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1236): SetData(path='/test_between_servers/234', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1236): ZnodeStat(czxid=258, mzxid=1279, ctime=1777565756330, mtime=1777565770716, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=258) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1237): SetData(path='/test_between_servers/235', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1237): ZnodeStat(czxid=259, mzxid=1280, ctime=1777565756342, mtime=1777565770732, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=259) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1238): SetData(path='/test_between_servers/236', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1238): ZnodeStat(czxid=260, mzxid=1281, ctime=1777565756356, mtime=1777565770748, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=260) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1239): SetData(path='/test_between_servers/237', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1239): ZnodeStat(czxid=261, mzxid=1282, ctime=1777565756372, mtime=1777565770761, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=261) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1240): SetData(path='/test_between_servers/238', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1240): ZnodeStat(czxid=263, mzxid=1283, ctime=1777565756388, mtime=1777565770777, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=263) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1241): SetData(path='/test_between_servers/239', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1241): ZnodeStat(czxid=264, mzxid=1284, ctime=1777565756403, mtime=1777565770793, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=264) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1242): SetData(path='/test_between_servers/240', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1242): ZnodeStat(czxid=265, mzxid=1285, ctime=1777565756413, mtime=1777565770804, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=265) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1243): SetData(path='/test_between_servers/241', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1243): ZnodeStat(czxid=266, mzxid=1286, ctime=1777565756424, mtime=1777565770815, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=266) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1244): SetData(path='/test_between_servers/242', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1244): ZnodeStat(czxid=267, mzxid=1287, ctime=1777565756439, mtime=1777565770823, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=267) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1245): SetData(path='/test_between_servers/243', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1245): ZnodeStat(czxid=268, mzxid=1288, ctime=1777565756455, mtime=1777565770837, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=268) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1246): SetData(path='/test_between_servers/244', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1246): ZnodeStat(czxid=269, mzxid=1289, ctime=1777565756467, mtime=1777565770856, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=269) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1247): SetData(path='/test_between_servers/245', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1247): ZnodeStat(czxid=270, mzxid=1290, ctime=1777565756476, mtime=1777565770870, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=270) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1248): SetData(path='/test_between_servers/246', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1248): ZnodeStat(czxid=271, mzxid=1291, ctime=1777565756484, mtime=1777565770885, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=271) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1249): SetData(path='/test_between_servers/247', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1249): ZnodeStat(czxid=272, mzxid=1292, ctime=1777565756493, mtime=1777565770903, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=272) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1250): SetData(path='/test_between_servers/248', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1250): ZnodeStat(czxid=273, mzxid=1293, ctime=1777565756506, mtime=1777565770916, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=273) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1251): SetData(path='/test_between_servers/249', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1251): ZnodeStat(czxid=274, mzxid=1294, ctime=1777565756521, mtime=1777565770929, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=274) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1252): SetData(path='/test_between_servers/250', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1252): ZnodeStat(czxid=275, mzxid=1295, ctime=1777565756532, mtime=1777565770947, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=275) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1253): SetData(path='/test_between_servers/251', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1253): ZnodeStat(czxid=276, mzxid=1296, ctime=1777565756549, mtime=1777565770958, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=276) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1254): SetData(path='/test_between_servers/252', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1254): ZnodeStat(czxid=277, mzxid=1297, ctime=1777565756569, mtime=1777565770969, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=277) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1255): SetData(path='/test_between_servers/253', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:10 [ 383 ] DEBUG : Received response(xid=1255): ZnodeStat(czxid=278, mzxid=1298, ctime=1777565756581, mtime=1777565770980, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=278) (connection.py:410, _read_response) 2026-04-30 16:16:10 [ 383 ] DEBUG : Sending request(xid=1256): SetData(path='/test_between_servers/254', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1256): ZnodeStat(czxid=279, mzxid=1299, ctime=1777565756595, mtime=1777565770992, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=279) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1257): SetData(path='/test_between_servers/255', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1257): ZnodeStat(czxid=280, mzxid=1300, ctime=1777565756607, mtime=1777565771018, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=280) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1258): SetData(path='/test_between_servers/256', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1258): ZnodeStat(czxid=281, mzxid=1301, ctime=1777565756619, mtime=1777565771034, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=281) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1259): SetData(path='/test_between_servers/257', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1259): ZnodeStat(czxid=282, mzxid=1302, ctime=1777565756630, mtime=1777565771053, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=282) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1260): SetData(path='/test_between_servers/258', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1260): ZnodeStat(czxid=283, mzxid=1303, ctime=1777565756642, mtime=1777565771069, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=283) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1261): SetData(path='/test_between_servers/259', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1261): ZnodeStat(czxid=284, mzxid=1304, ctime=1777565756653, mtime=1777565771088, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=284) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1262): SetData(path='/test_between_servers/260', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1262): ZnodeStat(czxid=285, mzxid=1305, ctime=1777565756664, mtime=1777565771099, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=285) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1263): SetData(path='/test_between_servers/261', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1263): ZnodeStat(czxid=286, mzxid=1306, ctime=1777565756678, mtime=1777565771110, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=286) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1264): SetData(path='/test_between_servers/262', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1264): ZnodeStat(czxid=287, mzxid=1307, ctime=1777565756690, mtime=1777565771122, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=287) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1265): SetData(path='/test_between_servers/263', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1265): ZnodeStat(czxid=288, mzxid=1308, ctime=1777565756701, mtime=1777565771136, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=288) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1266): SetData(path='/test_between_servers/264', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1266): ZnodeStat(czxid=289, mzxid=1309, ctime=1777565756717, mtime=1777565771146, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=289) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1267): SetData(path='/test_between_servers/265', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1267): ZnodeStat(czxid=290, mzxid=1310, ctime=1777565756729, mtime=1777565771163, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=290) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1268): SetData(path='/test_between_servers/266', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1268): ZnodeStat(czxid=291, mzxid=1311, ctime=1777565756740, mtime=1777565771176, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=291) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1269): SetData(path='/test_between_servers/267', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1269): ZnodeStat(czxid=292, mzxid=1312, ctime=1777565756756, mtime=1777565771187, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=292) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1270): SetData(path='/test_between_servers/268', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1270): ZnodeStat(czxid=293, mzxid=1313, ctime=1777565756767, mtime=1777565771198, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=293) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1271): SetData(path='/test_between_servers/269', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1271): ZnodeStat(czxid=294, mzxid=1314, ctime=1777565756776, mtime=1777565771215, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=294) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1272): SetData(path='/test_between_servers/270', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1272): ZnodeStat(czxid=295, mzxid=1315, ctime=1777565756789, mtime=1777565771225, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=295) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1273): SetData(path='/test_between_servers/271', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1273): ZnodeStat(czxid=296, mzxid=1316, ctime=1777565756801, mtime=1777565771235, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=296) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1274): SetData(path='/test_between_servers/272', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1274): ZnodeStat(czxid=297, mzxid=1317, ctime=1777565756811, mtime=1777565771252, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=297) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1275): SetData(path='/test_between_servers/273', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1275): ZnodeStat(czxid=298, mzxid=1318, ctime=1777565756823, mtime=1777565771268, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=298) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1276): SetData(path='/test_between_servers/274', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1276): ZnodeStat(czxid=299, mzxid=1319, ctime=1777565756840, mtime=1777565771279, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=299) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1277): SetData(path='/test_between_servers/275', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1277): ZnodeStat(czxid=300, mzxid=1320, ctime=1777565756852, mtime=1777565771291, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=300) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1278): SetData(path='/test_between_servers/276', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1278): ZnodeStat(czxid=301, mzxid=1321, ctime=1777565756865, mtime=1777565771305, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=301) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1279): SetData(path='/test_between_servers/277', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1279): ZnodeStat(czxid=302, mzxid=1322, ctime=1777565756877, mtime=1777565771317, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=302) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1280): SetData(path='/test_between_servers/278', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1280): ZnodeStat(czxid=303, mzxid=1323, ctime=1777565756895, mtime=1777565771328, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=303) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1281): SetData(path='/test_between_servers/279', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1281): ZnodeStat(czxid=304, mzxid=1324, ctime=1777565756910, mtime=1777565771338, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=304) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1282): SetData(path='/test_between_servers/280', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1282): ZnodeStat(czxid=305, mzxid=1325, ctime=1777565756922, mtime=1777565771349, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=305) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1283): SetData(path='/test_between_servers/281', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1283): ZnodeStat(czxid=306, mzxid=1326, ctime=1777565756934, mtime=1777565771360, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=306) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1284): SetData(path='/test_between_servers/282', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1284): ZnodeStat(czxid=307, mzxid=1327, ctime=1777565756947, mtime=1777565771372, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=307) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1285): SetData(path='/test_between_servers/283', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1285): ZnodeStat(czxid=308, mzxid=1328, ctime=1777565756980, mtime=1777565771382, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=308) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1286): SetData(path='/test_between_servers/284', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1286): ZnodeStat(czxid=309, mzxid=1329, ctime=1777565756992, mtime=1777565771393, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=309) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1287): SetData(path='/test_between_servers/285', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1287): ZnodeStat(czxid=310, mzxid=1330, ctime=1777565757008, mtime=1777565771402, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=310) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1288): SetData(path='/test_between_servers/286', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1288): ZnodeStat(czxid=311, mzxid=1331, ctime=1777565757019, mtime=1777565771414, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=311) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1289): SetData(path='/test_between_servers/287', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1289): ZnodeStat(czxid=312, mzxid=1332, ctime=1777565757034, mtime=1777565771425, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=312) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1290): SetData(path='/test_between_servers/288', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1290): ZnodeStat(czxid=313, mzxid=1333, ctime=1777565757046, mtime=1777565771437, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=313) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1291): SetData(path='/test_between_servers/289', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1291): ZnodeStat(czxid=314, mzxid=1334, ctime=1777565757059, mtime=1777565771447, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=314) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1292): SetData(path='/test_between_servers/290', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1292): ZnodeStat(czxid=315, mzxid=1335, ctime=1777565757073, mtime=1777565771458, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=315) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1293): SetData(path='/test_between_servers/291', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1293): ZnodeStat(czxid=316, mzxid=1336, ctime=1777565757087, mtime=1777565771469, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=316) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1294): SetData(path='/test_between_servers/292', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1294): ZnodeStat(czxid=317, mzxid=1337, ctime=1777565757100, mtime=1777565771478, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=317) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1295): SetData(path='/test_between_servers/293', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1295): ZnodeStat(czxid=318, mzxid=1338, ctime=1777565757115, mtime=1777565771487, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=318) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1296): SetData(path='/test_between_servers/294', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1296): ZnodeStat(czxid=319, mzxid=1340, ctime=1777565757132, mtime=1777565771497, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=319) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1297): SetData(path='/test_between_servers/295', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1297): ZnodeStat(czxid=320, mzxid=1342, ctime=1777565757146, mtime=1777565771510, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=320) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1298): SetData(path='/test_between_servers/296', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1298): ZnodeStat(czxid=321, mzxid=1343, ctime=1777565757165, mtime=1777565771531, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=321) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1299): SetData(path='/test_between_servers/297', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1299): ZnodeStat(czxid=322, mzxid=1344, ctime=1777565757179, mtime=1777565771546, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=322) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1300): SetData(path='/test_between_servers/298', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1300): ZnodeStat(czxid=323, mzxid=1345, ctime=1777565757195, mtime=1777565771560, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=323) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1301): SetData(path='/test_between_servers/299', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1301): ZnodeStat(czxid=324, mzxid=1346, ctime=1777565757211, mtime=1777565771575, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=324) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1302): SetData(path='/test_between_servers/300', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1302): ZnodeStat(czxid=325, mzxid=1347, ctime=1777565757226, mtime=1777565771588, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=325) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1303): SetData(path='/test_between_servers/301', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1303): ZnodeStat(czxid=326, mzxid=1348, ctime=1777565757242, mtime=1777565771598, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=326) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1304): SetData(path='/test_between_servers/302', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1304): ZnodeStat(czxid=327, mzxid=1349, ctime=1777565757253, mtime=1777565771612, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=327) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1305): SetData(path='/test_between_servers/303', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1305): ZnodeStat(czxid=328, mzxid=1350, ctime=1777565757265, mtime=1777565771621, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=328) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1306): SetData(path='/test_between_servers/304', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1306): ZnodeStat(czxid=329, mzxid=1351, ctime=1777565757282, mtime=1777565771630, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=329) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1307): SetData(path='/test_between_servers/305', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1307): ZnodeStat(czxid=330, mzxid=1352, ctime=1777565757299, mtime=1777565771644, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=330) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1308): SetData(path='/test_between_servers/306', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1308): ZnodeStat(czxid=331, mzxid=1353, ctime=1777565757314, mtime=1777565771658, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=331) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1309): SetData(path='/test_between_servers/307', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1309): ZnodeStat(czxid=332, mzxid=1354, ctime=1777565757328, mtime=1777565771671, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=332) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1310): SetData(path='/test_between_servers/308', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1310): ZnodeStat(czxid=333, mzxid=1355, ctime=1777565757340, mtime=1777565771679, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=333) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1311): SetData(path='/test_between_servers/309', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1311): ZnodeStat(czxid=334, mzxid=1356, ctime=1777565757352, mtime=1777565771691, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=334) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1312): SetData(path='/test_between_servers/310', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1312): ZnodeStat(czxid=335, mzxid=1357, ctime=1777565757364, mtime=1777565771701, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=335) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1313): SetData(path='/test_between_servers/311', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1313): ZnodeStat(czxid=336, mzxid=1358, ctime=1777565757377, mtime=1777565771712, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=336) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1314): SetData(path='/test_between_servers/312', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1314): ZnodeStat(czxid=337, mzxid=1359, ctime=1777565757390, mtime=1777565771722, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=337) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1315): SetData(path='/test_between_servers/313', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1315): ZnodeStat(czxid=338, mzxid=1360, ctime=1777565757400, mtime=1777565771733, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=338) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1316): SetData(path='/test_between_servers/314', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1316): ZnodeStat(czxid=339, mzxid=1361, ctime=1777565757416, mtime=1777565771744, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=339) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1317): SetData(path='/test_between_servers/315', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1317): ZnodeStat(czxid=340, mzxid=1362, ctime=1777565757428, mtime=1777565771756, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=340) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1318): SetData(path='/test_between_servers/316', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1318): ZnodeStat(czxid=341, mzxid=1363, ctime=1777565757438, mtime=1777565771768, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=341) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1319): SetData(path='/test_between_servers/317', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1319): ZnodeStat(czxid=342, mzxid=1364, ctime=1777565757449, mtime=1777565771778, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=342) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1320): SetData(path='/test_between_servers/318', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1320): ZnodeStat(czxid=343, mzxid=1365, ctime=1777565757460, mtime=1777565771788, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=343) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1321): SetData(path='/test_between_servers/319', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1321): ZnodeStat(czxid=344, mzxid=1366, ctime=1777565757473, mtime=1777565771800, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=344) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1322): SetData(path='/test_between_servers/320', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1322): ZnodeStat(czxid=345, mzxid=1367, ctime=1777565757488, mtime=1777565771811, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=345) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1323): SetData(path='/test_between_servers/321', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1323): ZnodeStat(czxid=346, mzxid=1368, ctime=1777565757501, mtime=1777565771822, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=346) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1324): SetData(path='/test_between_servers/322', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1324): ZnodeStat(czxid=347, mzxid=1369, ctime=1777565757510, mtime=1777565771832, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=347) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1325): SetData(path='/test_between_servers/323', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1325): ZnodeStat(czxid=348, mzxid=1370, ctime=1777565757526, mtime=1777565771844, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=348) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1326): SetData(path='/test_between_servers/324', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1326): ZnodeStat(czxid=349, mzxid=1371, ctime=1777565757540, mtime=1777565771854, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=349) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1327): SetData(path='/test_between_servers/325', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1327): ZnodeStat(czxid=350, mzxid=1372, ctime=1777565757556, mtime=1777565771868, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=350) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1328): SetData(path='/test_between_servers/326', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1328): ZnodeStat(czxid=351, mzxid=1373, ctime=1777565757568, mtime=1777565771877, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=351) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1329): SetData(path='/test_between_servers/327', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1329): ZnodeStat(czxid=352, mzxid=1374, ctime=1777565757582, mtime=1777565771888, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=352) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1330): SetData(path='/test_between_servers/328', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1330): ZnodeStat(czxid=353, mzxid=1375, ctime=1777565757591, mtime=1777565771900, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=353) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1331): SetData(path='/test_between_servers/329', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1331): ZnodeStat(czxid=354, mzxid=1376, ctime=1777565757602, mtime=1777565771911, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=354) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1332): SetData(path='/test_between_servers/330', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1332): ZnodeStat(czxid=355, mzxid=1377, ctime=1777565757615, mtime=1777565771921, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=355) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1333): SetData(path='/test_between_servers/331', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1333): ZnodeStat(czxid=356, mzxid=1378, ctime=1777565757629, mtime=1777565771931, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=356) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1334): SetData(path='/test_between_servers/332', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1334): ZnodeStat(czxid=357, mzxid=1379, ctime=1777565757641, mtime=1777565771943, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=357) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1335): SetData(path='/test_between_servers/333', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1335): ZnodeStat(czxid=358, mzxid=1380, ctime=1777565757651, mtime=1777565771955, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=358) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1336): SetData(path='/test_between_servers/334', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1336): ZnodeStat(czxid=359, mzxid=1381, ctime=1777565757668, mtime=1777565771969, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=359) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1337): SetData(path='/test_between_servers/335', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:11 [ 383 ] DEBUG : Received response(xid=1337): ZnodeStat(czxid=360, mzxid=1382, ctime=1777565757678, mtime=1777565771977, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=360) (connection.py:410, _read_response) 2026-04-30 16:16:11 [ 383 ] DEBUG : Sending request(xid=1338): SetData(path='/test_between_servers/336', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1338): ZnodeStat(czxid=361, mzxid=1383, ctime=1777565757689, mtime=1777565771989, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=361) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1339): SetData(path='/test_between_servers/337', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1339): ZnodeStat(czxid=362, mzxid=1384, ctime=1777565757700, mtime=1777565772002, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=362) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1340): SetData(path='/test_between_servers/338', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1340): ZnodeStat(czxid=363, mzxid=1385, ctime=1777565757717, mtime=1777565772012, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=363) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1341): SetData(path='/test_between_servers/339', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1341): ZnodeStat(czxid=364, mzxid=1386, ctime=1777565757731, mtime=1777565772023, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=364) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1342): SetData(path='/test_between_servers/340', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1342): ZnodeStat(czxid=365, mzxid=1387, ctime=1777565757744, mtime=1777565772033, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=365) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1343): SetData(path='/test_between_servers/341', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1343): ZnodeStat(czxid=366, mzxid=1388, ctime=1777565757761, mtime=1777565772044, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=366) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1344): SetData(path='/test_between_servers/342', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1344): ZnodeStat(czxid=367, mzxid=1389, ctime=1777565757772, mtime=1777565772056, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=367) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1345): SetData(path='/test_between_servers/343', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1345): ZnodeStat(czxid=368, mzxid=1390, ctime=1777565757785, mtime=1777565772068, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=368) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1346): SetData(path='/test_between_servers/344', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1346): ZnodeStat(czxid=369, mzxid=1391, ctime=1777565757804, mtime=1777565772077, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=369) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1347): SetData(path='/test_between_servers/345', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1347): ZnodeStat(czxid=370, mzxid=1392, ctime=1777565757819, mtime=1777565772086, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=370) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1348): SetData(path='/test_between_servers/346', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1348): ZnodeStat(czxid=371, mzxid=1393, ctime=1777565757832, mtime=1777565772099, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=371) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1349): SetData(path='/test_between_servers/347', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1349): ZnodeStat(czxid=372, mzxid=1394, ctime=1777565757844, mtime=1777565772110, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=372) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1350): SetData(path='/test_between_servers/348', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1350): ZnodeStat(czxid=373, mzxid=1395, ctime=1777565757860, mtime=1777565772124, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=373) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1351): SetData(path='/test_between_servers/349', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1351): ZnodeStat(czxid=374, mzxid=1396, ctime=1777565757876, mtime=1777565772135, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=374) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1352): SetData(path='/test_between_servers/350', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1352): ZnodeStat(czxid=375, mzxid=1397, ctime=1777565757893, mtime=1777565772148, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=375) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1353): SetData(path='/test_between_servers/351', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1353): ZnodeStat(czxid=376, mzxid=1398, ctime=1777565757904, mtime=1777565772162, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=376) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1354): SetData(path='/test_between_servers/352', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1354): ZnodeStat(czxid=377, mzxid=1399, ctime=1777565757921, mtime=1777565772175, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=377) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1355): SetData(path='/test_between_servers/353', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1355): ZnodeStat(czxid=378, mzxid=1400, ctime=1777565757932, mtime=1777565772192, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=378) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1356): SetData(path='/test_between_servers/354', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1356): ZnodeStat(czxid=379, mzxid=1401, ctime=1777565757946, mtime=1777565772205, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=379) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1357): SetData(path='/test_between_servers/355', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1357): ZnodeStat(czxid=380, mzxid=1402, ctime=1777565757957, mtime=1777565772221, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=380) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1358): SetData(path='/test_between_servers/356', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1358): ZnodeStat(czxid=381, mzxid=1403, ctime=1777565757969, mtime=1777565772232, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=381) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1359): SetData(path='/test_between_servers/357', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1359): ZnodeStat(czxid=382, mzxid=1404, ctime=1777565757981, mtime=1777565772243, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=382) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1360): SetData(path='/test_between_servers/358', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1360): ZnodeStat(czxid=383, mzxid=1405, ctime=1777565757999, mtime=1777565772256, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=383) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1361): SetData(path='/test_between_servers/359', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1361): ZnodeStat(czxid=384, mzxid=1406, ctime=1777565758016, mtime=1777565772268, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=384) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1362): SetData(path='/test_between_servers/360', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1362): ZnodeStat(czxid=385, mzxid=1407, ctime=1777565758037, mtime=1777565772276, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=385) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1363): SetData(path='/test_between_servers/361', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1363): ZnodeStat(czxid=386, mzxid=1408, ctime=1777565758049, mtime=1777565772285, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=386) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1364): SetData(path='/test_between_servers/362', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1364): ZnodeStat(czxid=387, mzxid=1409, ctime=1777565758063, mtime=1777565772298, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=387) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1365): SetData(path='/test_between_servers/363', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1365): ZnodeStat(czxid=388, mzxid=1410, ctime=1777565758076, mtime=1777565772308, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=388) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1366): SetData(path='/test_between_servers/364', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1366): ZnodeStat(czxid=389, mzxid=1411, ctime=1777565758087, mtime=1777565772319, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=389) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1367): SetData(path='/test_between_servers/365', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1367): ZnodeStat(czxid=390, mzxid=1412, ctime=1777565758098, mtime=1777565772334, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=390) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1368): SetData(path='/test_between_servers/366', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1368): ZnodeStat(czxid=391, mzxid=1413, ctime=1777565758114, mtime=1777565772355, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=391) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1369): SetData(path='/test_between_servers/367', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1369): ZnodeStat(czxid=392, mzxid=1414, ctime=1777565758134, mtime=1777565772372, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=392) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1370): SetData(path='/test_between_servers/368', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1370): ZnodeStat(czxid=393, mzxid=1415, ctime=1777565758144, mtime=1777565772383, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=393) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1371): SetData(path='/test_between_servers/369', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1371): ZnodeStat(czxid=394, mzxid=1416, ctime=1777565758161, mtime=1777565772394, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=394) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1372): SetData(path='/test_between_servers/370', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1372): ZnodeStat(czxid=395, mzxid=1417, ctime=1777565758174, mtime=1777565772408, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=395) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1373): SetData(path='/test_between_servers/371', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1373): ZnodeStat(czxid=396, mzxid=1418, ctime=1777565758185, mtime=1777565772420, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=396) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1374): SetData(path='/test_between_servers/372', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1374): ZnodeStat(czxid=397, mzxid=1419, ctime=1777565758193, mtime=1777565772438, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=397) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1375): SetData(path='/test_between_servers/373', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1375): ZnodeStat(czxid=398, mzxid=1420, ctime=1777565758203, mtime=1777565772458, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=398) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1376): SetData(path='/test_between_servers/374', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1376): ZnodeStat(czxid=399, mzxid=1421, ctime=1777565758215, mtime=1777565772472, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=399) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1377): SetData(path='/test_between_servers/375', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1377): ZnodeStat(czxid=400, mzxid=1422, ctime=1777565758228, mtime=1777565772488, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=400) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1378): SetData(path='/test_between_servers/376', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1378): ZnodeStat(czxid=401, mzxid=1423, ctime=1777565758239, mtime=1777565772501, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=401) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1379): SetData(path='/test_between_servers/377', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1379): ZnodeStat(czxid=402, mzxid=1424, ctime=1777565758254, mtime=1777565772512, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=402) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1380): SetData(path='/test_between_servers/378', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1380): ZnodeStat(czxid=403, mzxid=1425, ctime=1777565758266, mtime=1777565772525, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=403) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1381): SetData(path='/test_between_servers/379', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1381): ZnodeStat(czxid=404, mzxid=1426, ctime=1777565758276, mtime=1777565772535, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=404) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1382): SetData(path='/test_between_servers/380', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1382): ZnodeStat(czxid=405, mzxid=1427, ctime=1777565758288, mtime=1777565772546, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=405) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1383): SetData(path='/test_between_servers/381', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1383): ZnodeStat(czxid=406, mzxid=1428, ctime=1777565758297, mtime=1777565772560, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=406) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1384): SetData(path='/test_between_servers/382', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1384): ZnodeStat(czxid=407, mzxid=1429, ctime=1777565758305, mtime=1777565772574, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=407) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1385): SetData(path='/test_between_servers/383', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1385): ZnodeStat(czxid=408, mzxid=1430, ctime=1777565758330, mtime=1777565772588, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=408) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1386): SetData(path='/test_between_servers/384', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1386): ZnodeStat(czxid=409, mzxid=1431, ctime=1777565758348, mtime=1777565772601, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=409) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1387): SetData(path='/test_between_servers/385', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1387): ZnodeStat(czxid=410, mzxid=1432, ctime=1777565758359, mtime=1777565772612, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=410) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1388): SetData(path='/test_between_servers/386', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1388): ZnodeStat(czxid=411, mzxid=1433, ctime=1777565758372, mtime=1777565772624, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=411) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1389): SetData(path='/test_between_servers/387', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1389): ZnodeStat(czxid=412, mzxid=1434, ctime=1777565758387, mtime=1777565772643, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=412) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1390): SetData(path='/test_between_servers/388', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1390): ZnodeStat(czxid=413, mzxid=1435, ctime=1777565758397, mtime=1777565772655, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=413) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1391): SetData(path='/test_between_servers/389', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1391): ZnodeStat(czxid=414, mzxid=1436, ctime=1777565758408, mtime=1777565772664, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=414) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1392): SetData(path='/test_between_servers/390', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1392): ZnodeStat(czxid=415, mzxid=1437, ctime=1777565758421, mtime=1777565772673, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=415) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1393): SetData(path='/test_between_servers/391', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1393): ZnodeStat(czxid=416, mzxid=1438, ctime=1777565758433, mtime=1777565772681, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=416) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1394): SetData(path='/test_between_servers/392', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1394): ZnodeStat(czxid=417, mzxid=1439, ctime=1777565758444, mtime=1777565772697, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=417) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1395): SetData(path='/test_between_servers/393', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1395): ZnodeStat(czxid=418, mzxid=1440, ctime=1777565758455, mtime=1777565772712, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=418) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1396): SetData(path='/test_between_servers/394', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1396): ZnodeStat(czxid=419, mzxid=1441, ctime=1777565758469, mtime=1777565772722, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=419) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1397): SetData(path='/test_between_servers/395', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1397): ZnodeStat(czxid=420, mzxid=1442, ctime=1777565758487, mtime=1777565772735, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=420) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1398): SetData(path='/test_between_servers/396', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1398): ZnodeStat(czxid=421, mzxid=1443, ctime=1777565758505, mtime=1777565772747, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=421) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1399): SetData(path='/test_between_servers/397', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1399): ZnodeStat(czxid=422, mzxid=1444, ctime=1777565758516, mtime=1777565772759, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=422) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1400): SetData(path='/test_between_servers/398', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1400): ZnodeStat(czxid=423, mzxid=1445, ctime=1777565758529, mtime=1777565772770, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=423) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1401): SetData(path='/test_between_servers/399', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1401): ZnodeStat(czxid=424, mzxid=1446, ctime=1777565758546, mtime=1777565772780, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=424) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1402): SetData(path='/test_between_servers/400', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1402): ZnodeStat(czxid=425, mzxid=1448, ctime=1777565758560, mtime=1777565772796, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=425) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1403): SetData(path='/test_between_servers/401', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1403): ZnodeStat(czxid=426, mzxid=1449, ctime=1777565758575, mtime=1777565772810, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=426) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1404): SetData(path='/test_between_servers/402', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1404): ZnodeStat(czxid=427, mzxid=1450, ctime=1777565758588, mtime=1777565772830, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=427) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1405): SetData(path='/test_between_servers/403', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1405): ZnodeStat(czxid=428, mzxid=1451, ctime=1777565758600, mtime=1777565772850, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=428) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1406): SetData(path='/test_between_servers/404', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1406): ZnodeStat(czxid=429, mzxid=1452, ctime=1777565758614, mtime=1777565772861, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=429) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1407): SetData(path='/test_between_servers/405', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1407): ZnodeStat(czxid=430, mzxid=1453, ctime=1777565758631, mtime=1777565772872, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=430) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1408): SetData(path='/test_between_servers/406', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1408): ZnodeStat(czxid=431, mzxid=1454, ctime=1777565758645, mtime=1777565772882, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=431) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1409): SetData(path='/test_between_servers/407', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1409): ZnodeStat(czxid=432, mzxid=1455, ctime=1777565758654, mtime=1777565772893, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=432) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1410): SetData(path='/test_between_servers/408', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1410): ZnodeStat(czxid=433, mzxid=1457, ctime=1777565758666, mtime=1777565772905, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=433) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1411): SetData(path='/test_between_servers/409', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1411): ZnodeStat(czxid=434, mzxid=1458, ctime=1777565758679, mtime=1777565772918, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=434) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1412): SetData(path='/test_between_servers/410', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1412): ZnodeStat(czxid=435, mzxid=1459, ctime=1777565758689, mtime=1777565772937, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=435) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1413): SetData(path='/test_between_servers/411', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1413): ZnodeStat(czxid=436, mzxid=1460, ctime=1777565758698, mtime=1777565772956, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=436) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1414): SetData(path='/test_between_servers/412', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1414): ZnodeStat(czxid=437, mzxid=1461, ctime=1777565758709, mtime=1777565772964, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=437) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1415): SetData(path='/test_between_servers/413', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1415): ZnodeStat(czxid=438, mzxid=1462, ctime=1777565758722, mtime=1777565772974, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=438) (connection.py:410, _read_response) 2026-04-30 16:16:12 [ 383 ] DEBUG : Sending request(xid=1416): SetData(path='/test_between_servers/414', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:12 [ 383 ] DEBUG : Received response(xid=1416): ZnodeStat(czxid=439, mzxid=1463, ctime=1777565758732, mtime=1777565772986, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=439) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1417): SetData(path='/test_between_servers/415', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1417): ZnodeStat(czxid=440, mzxid=1464, ctime=1777565758746, mtime=1777565773003, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=440) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1418): SetData(path='/test_between_servers/416', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1418): ZnodeStat(czxid=441, mzxid=1465, ctime=1777565758769, mtime=1777565773014, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=441) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1419): SetData(path='/test_between_servers/417', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1419): ZnodeStat(czxid=442, mzxid=1466, ctime=1777565758788, mtime=1777565773026, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=442) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1420): SetData(path='/test_between_servers/418', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1420): ZnodeStat(czxid=443, mzxid=1467, ctime=1777565758798, mtime=1777565773036, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=443) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1421): SetData(path='/test_between_servers/419', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1421): ZnodeStat(czxid=444, mzxid=1468, ctime=1777565758809, mtime=1777565773049, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=444) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1422): SetData(path='/test_between_servers/420', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1422): ZnodeStat(czxid=445, mzxid=1470, ctime=1777565758822, mtime=1777565773060, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=445) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1423): SetData(path='/test_between_servers/421', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1423): ZnodeStat(czxid=446, mzxid=1471, ctime=1777565758833, mtime=1777565773070, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=446) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1424): SetData(path='/test_between_servers/422', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1424): ZnodeStat(czxid=447, mzxid=1472, ctime=1777565758854, mtime=1777565773084, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=447) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1425): SetData(path='/test_between_servers/423', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1425): ZnodeStat(czxid=448, mzxid=1473, ctime=1777565758864, mtime=1777565773097, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=448) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1426): SetData(path='/test_between_servers/424', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1426): ZnodeStat(czxid=449, mzxid=1474, ctime=1777565758875, mtime=1777565773107, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=449) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1427): SetData(path='/test_between_servers/425', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1427): ZnodeStat(czxid=450, mzxid=1475, ctime=1777565758889, mtime=1777565773115, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=450) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1428): SetData(path='/test_between_servers/426', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1428): ZnodeStat(czxid=451, mzxid=1476, ctime=1777565758900, mtime=1777565773127, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=451) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1429): SetData(path='/test_between_servers/427', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1429): ZnodeStat(czxid=452, mzxid=1477, ctime=1777565758910, mtime=1777565773138, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=452) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1430): SetData(path='/test_between_servers/428', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1430): ZnodeStat(czxid=453, mzxid=1478, ctime=1777565758922, mtime=1777565773149, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=453) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1431): SetData(path='/test_between_servers/429', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1431): ZnodeStat(czxid=454, mzxid=1479, ctime=1777565758935, mtime=1777565773162, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=454) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1432): SetData(path='/test_between_servers/430', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1432): ZnodeStat(czxid=455, mzxid=1480, ctime=1777565758945, mtime=1777565773173, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=455) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1433): SetData(path='/test_between_servers/431', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1433): ZnodeStat(czxid=456, mzxid=1481, ctime=1777565758956, mtime=1777565773184, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=456) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1434): SetData(path='/test_between_servers/432', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1434): ZnodeStat(czxid=457, mzxid=1482, ctime=1777565758968, mtime=1777565773196, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=457) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1435): SetData(path='/test_between_servers/433', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1435): ZnodeStat(czxid=458, mzxid=1483, ctime=1777565758978, mtime=1777565773204, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=458) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1436): SetData(path='/test_between_servers/434', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1436): ZnodeStat(czxid=460, mzxid=1484, ctime=1777565758991, mtime=1777565773216, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=460) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1437): SetData(path='/test_between_servers/435', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1437): ZnodeStat(czxid=461, mzxid=1485, ctime=1777565759004, mtime=1777565773226, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=461) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1438): SetData(path='/test_between_servers/436', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1438): ZnodeStat(czxid=462, mzxid=1486, ctime=1777565759014, mtime=1777565773237, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=462) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1439): SetData(path='/test_between_servers/437', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1439): ZnodeStat(czxid=463, mzxid=1487, ctime=1777565759025, mtime=1777565773248, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=463) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1440): SetData(path='/test_between_servers/438', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1440): ZnodeStat(czxid=464, mzxid=1488, ctime=1777565759035, mtime=1777565773260, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=464) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1441): SetData(path='/test_between_servers/439', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1441): ZnodeStat(czxid=465, mzxid=1489, ctime=1777565759049, mtime=1777565773271, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=465) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1442): SetData(path='/test_between_servers/440', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1442): ZnodeStat(czxid=466, mzxid=1490, ctime=1777565759058, mtime=1777565773281, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=466) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1443): SetData(path='/test_between_servers/441', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1443): ZnodeStat(czxid=467, mzxid=1491, ctime=1777565759071, mtime=1777565773293, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=467) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1444): SetData(path='/test_between_servers/442', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1444): ZnodeStat(czxid=468, mzxid=1492, ctime=1777565759082, mtime=1777565773302, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=468) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1445): SetData(path='/test_between_servers/443', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1445): ZnodeStat(czxid=469, mzxid=1493, ctime=1777565759097, mtime=1777565773313, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=469) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1446): SetData(path='/test_between_servers/444', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1446): ZnodeStat(czxid=470, mzxid=1494, ctime=1777565759112, mtime=1777565773325, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=470) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1447): SetData(path='/test_between_servers/445', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1447): ZnodeStat(czxid=471, mzxid=1495, ctime=1777565759123, mtime=1777565773343, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=471) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1448): SetData(path='/test_between_servers/446', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1448): ZnodeStat(czxid=472, mzxid=1496, ctime=1777565759134, mtime=1777565773355, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=472) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1449): SetData(path='/test_between_servers/447', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1449): ZnodeStat(czxid=473, mzxid=1497, ctime=1777565759145, mtime=1777565773367, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=473) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1450): SetData(path='/test_between_servers/448', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1450): ZnodeStat(czxid=475, mzxid=1498, ctime=1777565759155, mtime=1777565773377, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=475) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1451): SetData(path='/test_between_servers/449', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1451): ZnodeStat(czxid=476, mzxid=1499, ctime=1777565759175, mtime=1777565773386, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=476) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1452): SetData(path='/test_between_servers/450', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1452): ZnodeStat(czxid=477, mzxid=1500, ctime=1777565759189, mtime=1777565773396, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=477) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1453): SetData(path='/test_between_servers/451', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1453): ZnodeStat(czxid=478, mzxid=1501, ctime=1777565759200, mtime=1777565773405, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=478) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1454): SetData(path='/test_between_servers/452', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1454): ZnodeStat(czxid=479, mzxid=1502, ctime=1777565759212, mtime=1777565773415, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=479) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1455): SetData(path='/test_between_servers/453', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1455): ZnodeStat(czxid=480, mzxid=1503, ctime=1777565759223, mtime=1777565773425, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=480) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1456): SetData(path='/test_between_servers/454', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1456): ZnodeStat(czxid=481, mzxid=1504, ctime=1777565759233, mtime=1777565773438, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=481) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1457): SetData(path='/test_between_servers/455', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1457): ZnodeStat(czxid=482, mzxid=1505, ctime=1777565759246, mtime=1777565773448, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=482) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1458): SetData(path='/test_between_servers/456', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1458): ZnodeStat(czxid=483, mzxid=1506, ctime=1777565759260, mtime=1777565773459, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=483) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1459): SetData(path='/test_between_servers/457', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1459): ZnodeStat(czxid=484, mzxid=1507, ctime=1777565759273, mtime=1777565773470, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=484) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1460): SetData(path='/test_between_servers/458', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1460): ZnodeStat(czxid=485, mzxid=1508, ctime=1777565759289, mtime=1777565773479, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=485) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1461): SetData(path='/test_between_servers/459', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1461): ZnodeStat(czxid=486, mzxid=1509, ctime=1777565759303, mtime=1777565773488, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=486) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1462): SetData(path='/test_between_servers/460', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1462): ZnodeStat(czxid=487, mzxid=1510, ctime=1777565759316, mtime=1777565773498, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=487) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1463): SetData(path='/test_between_servers/461', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1463): ZnodeStat(czxid=488, mzxid=1511, ctime=1777565759326, mtime=1777565773510, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=488) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1464): SetData(path='/test_between_servers/462', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1464): ZnodeStat(czxid=489, mzxid=1512, ctime=1777565759349, mtime=1777565773524, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=489) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1465): SetData(path='/test_between_servers/463', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1465): ZnodeStat(czxid=490, mzxid=1513, ctime=1777565759374, mtime=1777565773534, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=490) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1466): SetData(path='/test_between_servers/464', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1466): ZnodeStat(czxid=491, mzxid=1514, ctime=1777565759391, mtime=1777565773548, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=491) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1467): SetData(path='/test_between_servers/465', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1467): ZnodeStat(czxid=492, mzxid=1515, ctime=1777565759405, mtime=1777565773562, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=492) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1468): SetData(path='/test_between_servers/466', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1468): ZnodeStat(czxid=493, mzxid=1516, ctime=1777565759425, mtime=1777565773574, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=493) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1469): SetData(path='/test_between_servers/467', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1469): ZnodeStat(czxid=494, mzxid=1517, ctime=1777565759440, mtime=1777565773592, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=494) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1470): SetData(path='/test_between_servers/468', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1470): ZnodeStat(czxid=496, mzxid=1518, ctime=1777565759464, mtime=1777565773612, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=496) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1471): SetData(path='/test_between_servers/469', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1471): ZnodeStat(czxid=497, mzxid=1519, ctime=1777565759480, mtime=1777565773626, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=497) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1472): SetData(path='/test_between_servers/470', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1472): ZnodeStat(czxid=498, mzxid=1520, ctime=1777565759499, mtime=1777565773645, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=498) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1473): SetData(path='/test_between_servers/471', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1473): ZnodeStat(czxid=499, mzxid=1521, ctime=1777565759516, mtime=1777565773659, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=499) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1474): SetData(path='/test_between_servers/472', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1474): ZnodeStat(czxid=500, mzxid=1522, ctime=1777565759528, mtime=1777565773673, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=500) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1475): SetData(path='/test_between_servers/473', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1475): ZnodeStat(czxid=501, mzxid=1523, ctime=1777565759542, mtime=1777565773684, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=501) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1476): SetData(path='/test_between_servers/474', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1476): ZnodeStat(czxid=502, mzxid=1524, ctime=1777565759562, mtime=1777565773693, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=502) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1477): SetData(path='/test_between_servers/475', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1477): ZnodeStat(czxid=504, mzxid=1525, ctime=1777565759581, mtime=1777565773706, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=504) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1478): SetData(path='/test_between_servers/476', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1478): ZnodeStat(czxid=505, mzxid=1526, ctime=1777565759599, mtime=1777565773717, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=505) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1479): SetData(path='/test_between_servers/477', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1479): ZnodeStat(czxid=506, mzxid=1527, ctime=1777565759610, mtime=1777565773737, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=506) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1480): SetData(path='/test_between_servers/478', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1480): ZnodeStat(czxid=507, mzxid=1528, ctime=1777565759627, mtime=1777565773749, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=507) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1481): SetData(path='/test_between_servers/479', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1481): ZnodeStat(czxid=508, mzxid=1529, ctime=1777565759643, mtime=1777565773762, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=508) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1482): SetData(path='/test_between_servers/480', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1482): ZnodeStat(czxid=509, mzxid=1530, ctime=1777565759656, mtime=1777565773775, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=509) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1483): SetData(path='/test_between_servers/481', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1483): ZnodeStat(czxid=510, mzxid=1531, ctime=1777565759668, mtime=1777565773785, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=510) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1484): SetData(path='/test_between_servers/482', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1484): ZnodeStat(czxid=511, mzxid=1532, ctime=1777565759677, mtime=1777565773799, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=511) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1485): SetData(path='/test_between_servers/483', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1485): ZnodeStat(czxid=512, mzxid=1533, ctime=1777565759688, mtime=1777565773810, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=512) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1486): SetData(path='/test_between_servers/484', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1486): ZnodeStat(czxid=513, mzxid=1534, ctime=1777565759708, mtime=1777565773823, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=513) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1487): SetData(path='/test_between_servers/485', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1487): ZnodeStat(czxid=515, mzxid=1535, ctime=1777565759726, mtime=1777565773835, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=515) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1488): SetData(path='/test_between_servers/486', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1488): ZnodeStat(czxid=516, mzxid=1536, ctime=1777565759760, mtime=1777565773846, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=516) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1489): SetData(path='/test_between_servers/487', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1489): ZnodeStat(czxid=517, mzxid=1537, ctime=1777565759786, mtime=1777565773859, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=517) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1490): SetData(path='/test_between_servers/488', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1490): ZnodeStat(czxid=518, mzxid=1538, ctime=1777565759814, mtime=1777565773870, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=518) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1491): SetData(path='/test_between_servers/489', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1491): ZnodeStat(czxid=519, mzxid=1539, ctime=1777565759834, mtime=1777565773879, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=519) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1492): SetData(path='/test_between_servers/490', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1492): ZnodeStat(czxid=520, mzxid=1540, ctime=1777565759863, mtime=1777565773892, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=520) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1493): SetData(path='/test_between_servers/491', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1493): ZnodeStat(czxid=521, mzxid=1541, ctime=1777565759892, mtime=1777565773902, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=521) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1494): SetData(path='/test_between_servers/492', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1494): ZnodeStat(czxid=522, mzxid=1542, ctime=1777565759919, mtime=1777565773912, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=522) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1495): SetData(path='/test_between_servers/493', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1495): ZnodeStat(czxid=523, mzxid=1543, ctime=1777565759952, mtime=1777565773927, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=523) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1496): SetData(path='/test_between_servers/494', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1496): ZnodeStat(czxid=524, mzxid=1544, ctime=1777565759975, mtime=1777565773941, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=524) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1497): SetData(path='/test_between_servers/495', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1497): ZnodeStat(czxid=525, mzxid=1545, ctime=1777565760026, mtime=1777565773952, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=525) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1498): SetData(path='/test_between_servers/496', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1498): ZnodeStat(czxid=526, mzxid=1546, ctime=1777565760055, mtime=1777565773964, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=526) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1499): SetData(path='/test_between_servers/497', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:13 [ 383 ] DEBUG : Received response(xid=1499): ZnodeStat(czxid=527, mzxid=1547, ctime=1777565760072, mtime=1777565773986, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=527) (connection.py:410, _read_response) 2026-04-30 16:16:13 [ 383 ] DEBUG : Sending request(xid=1500): SetData(path='/test_between_servers/498', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1500): ZnodeStat(czxid=528, mzxid=1548, ctime=1777565760088, mtime=1777565773996, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=528) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1501): SetData(path='/test_between_servers/499', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1501): ZnodeStat(czxid=529, mzxid=1549, ctime=1777565760114, mtime=1777565774008, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=529) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1502): SetData(path='/test_between_servers/500', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1502): ZnodeStat(czxid=530, mzxid=1550, ctime=1777565760140, mtime=1777565774020, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=530) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1503): SetData(path='/test_between_servers/501', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1503): ZnodeStat(czxid=531, mzxid=1551, ctime=1777565760170, mtime=1777565774034, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=531) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1504): SetData(path='/test_between_servers/502', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1504): ZnodeStat(czxid=532, mzxid=1552, ctime=1777565760195, mtime=1777565774047, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=532) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1505): SetData(path='/test_between_servers/503', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1505): ZnodeStat(czxid=533, mzxid=1553, ctime=1777565760217, mtime=1777565774059, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=533) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1506): SetData(path='/test_between_servers/504', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1506): ZnodeStat(czxid=534, mzxid=1554, ctime=1777565760240, mtime=1777565774069, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=534) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1507): SetData(path='/test_between_servers/505', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1507): ZnodeStat(czxid=535, mzxid=1555, ctime=1777565760266, mtime=1777565774081, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=535) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1508): SetData(path='/test_between_servers/506', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1508): ZnodeStat(czxid=536, mzxid=1556, ctime=1777565760284, mtime=1777565774094, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=536) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1509): SetData(path='/test_between_servers/507', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1509): ZnodeStat(czxid=537, mzxid=1557, ctime=1777565760304, mtime=1777565774104, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=537) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1510): SetData(path='/test_between_servers/508', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1510): ZnodeStat(czxid=538, mzxid=1558, ctime=1777565760325, mtime=1777565774113, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=538) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1511): SetData(path='/test_between_servers/509', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1511): ZnodeStat(czxid=539, mzxid=1559, ctime=1777565760349, mtime=1777565774123, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=539) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1512): SetData(path='/test_between_servers/510', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1512): ZnodeStat(czxid=540, mzxid=1560, ctime=1777565760371, mtime=1777565774136, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=540) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1513): SetData(path='/test_between_servers/511', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1513): ZnodeStat(czxid=541, mzxid=1561, ctime=1777565760396, mtime=1777565774146, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=541) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1514): SetData(path='/test_between_servers/512', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1514): ZnodeStat(czxid=542, mzxid=1562, ctime=1777565760420, mtime=1777565774157, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=542) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1515): SetData(path='/test_between_servers/513', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1515): ZnodeStat(czxid=543, mzxid=1563, ctime=1777565760442, mtime=1777565774169, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=543) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1516): SetData(path='/test_between_servers/514', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1516): ZnodeStat(czxid=544, mzxid=1564, ctime=1777565760467, mtime=1777565774181, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=544) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1517): SetData(path='/test_between_servers/515', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1517): ZnodeStat(czxid=545, mzxid=1565, ctime=1777565760491, mtime=1777565774194, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=545) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1518): SetData(path='/test_between_servers/516', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1518): ZnodeStat(czxid=546, mzxid=1566, ctime=1777565760511, mtime=1777565774213, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=546) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1519): SetData(path='/test_between_servers/517', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1519): ZnodeStat(czxid=547, mzxid=1567, ctime=1777565760533, mtime=1777565774225, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=547) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1520): SetData(path='/test_between_servers/518', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1520): ZnodeStat(czxid=548, mzxid=1568, ctime=1777565760561, mtime=1777565774237, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=548) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1521): SetData(path='/test_between_servers/519', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1521): ZnodeStat(czxid=549, mzxid=1569, ctime=1777565760575, mtime=1777565774250, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=549) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1522): SetData(path='/test_between_servers/520', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1522): ZnodeStat(czxid=550, mzxid=1570, ctime=1777565760594, mtime=1777565774270, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=550) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1523): SetData(path='/test_between_servers/521', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1523): ZnodeStat(czxid=551, mzxid=1571, ctime=1777565760630, mtime=1777565774281, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=551) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1524): SetData(path='/test_between_servers/522', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1524): ZnodeStat(czxid=552, mzxid=1572, ctime=1777565760646, mtime=1777565774292, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=552) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1525): SetData(path='/test_between_servers/523', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1525): ZnodeStat(czxid=553, mzxid=1573, ctime=1777565760669, mtime=1777565774303, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=553) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1526): SetData(path='/test_between_servers/524', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1526): ZnodeStat(czxid=554, mzxid=1574, ctime=1777565760697, mtime=1777565774316, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=554) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1527): SetData(path='/test_between_servers/525', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1527): ZnodeStat(czxid=555, mzxid=1575, ctime=1777565760717, mtime=1777565774329, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=555) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1528): SetData(path='/test_between_servers/526', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1528): ZnodeStat(czxid=556, mzxid=1576, ctime=1777565760734, mtime=1777565774341, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=556) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1529): SetData(path='/test_between_servers/527', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1529): ZnodeStat(czxid=557, mzxid=1577, ctime=1777565760745, mtime=1777565774351, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=557) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1530): SetData(path='/test_between_servers/528', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1530): ZnodeStat(czxid=558, mzxid=1578, ctime=1777565760760, mtime=1777565774362, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=558) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1531): SetData(path='/test_between_servers/529', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1531): ZnodeStat(czxid=559, mzxid=1579, ctime=1777565760777, mtime=1777565774370, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=559) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1532): SetData(path='/test_between_servers/530', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1532): ZnodeStat(czxid=560, mzxid=1580, ctime=1777565760790, mtime=1777565774381, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=560) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1533): SetData(path='/test_between_servers/531', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1533): ZnodeStat(czxid=561, mzxid=1581, ctime=1777565760805, mtime=1777565774392, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=561) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1534): SetData(path='/test_between_servers/532', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1534): ZnodeStat(czxid=562, mzxid=1582, ctime=1777565760824, mtime=1777565774402, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=562) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1535): SetData(path='/test_between_servers/533', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1535): ZnodeStat(czxid=563, mzxid=1583, ctime=1777565760843, mtime=1777565774413, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=563) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1536): SetData(path='/test_between_servers/534', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1536): ZnodeStat(czxid=564, mzxid=1584, ctime=1777565760868, mtime=1777565774425, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=564) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1537): SetData(path='/test_between_servers/535', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1537): ZnodeStat(czxid=565, mzxid=1585, ctime=1777565760886, mtime=1777565774436, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=565) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1538): SetData(path='/test_between_servers/536', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1538): ZnodeStat(czxid=566, mzxid=1586, ctime=1777565760907, mtime=1777565774445, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=566) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1539): SetData(path='/test_between_servers/537', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1539): ZnodeStat(czxid=567, mzxid=1587, ctime=1777565760946, mtime=1777565774457, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=567) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1540): SetData(path='/test_between_servers/538', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1540): ZnodeStat(czxid=568, mzxid=1588, ctime=1777565760965, mtime=1777565774468, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=568) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1541): SetData(path='/test_between_servers/539', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1541): ZnodeStat(czxid=569, mzxid=1589, ctime=1777565760991, mtime=1777565774479, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=569) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1542): SetData(path='/test_between_servers/540', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1542): ZnodeStat(czxid=570, mzxid=1590, ctime=1777565761024, mtime=1777565774490, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=570) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1543): SetData(path='/test_between_servers/541', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1543): ZnodeStat(czxid=571, mzxid=1591, ctime=1777565761045, mtime=1777565774500, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=571) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1544): SetData(path='/test_between_servers/542', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1544): ZnodeStat(czxid=572, mzxid=1592, ctime=1777565761060, mtime=1777565774519, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=572) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1545): SetData(path='/test_between_servers/543', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1545): ZnodeStat(czxid=573, mzxid=1593, ctime=1777565761076, mtime=1777565774536, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=573) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1546): SetData(path='/test_between_servers/544', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1546): ZnodeStat(czxid=574, mzxid=1594, ctime=1777565761088, mtime=1777565774548, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=574) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1547): SetData(path='/test_between_servers/545', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1547): ZnodeStat(czxid=575, mzxid=1596, ctime=1777565761102, mtime=1777565774566, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=575) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1548): SetData(path='/test_between_servers/546', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1548): ZnodeStat(czxid=576, mzxid=1597, ctime=1777565761115, mtime=1777565774583, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=576) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1549): SetData(path='/test_between_servers/547', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1549): ZnodeStat(czxid=577, mzxid=1598, ctime=1777565761126, mtime=1777565774594, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=577) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1550): SetData(path='/test_between_servers/548', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1550): ZnodeStat(czxid=578, mzxid=1599, ctime=1777565761138, mtime=1777565774609, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=578) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1551): SetData(path='/test_between_servers/549', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1551): ZnodeStat(czxid=579, mzxid=1600, ctime=1777565761154, mtime=1777565774618, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=579) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1552): SetData(path='/test_between_servers/550', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1552): ZnodeStat(czxid=580, mzxid=1602, ctime=1777565761181, mtime=1777565774628, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=580) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1553): SetData(path='/test_between_servers/551', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1553): ZnodeStat(czxid=581, mzxid=1603, ctime=1777565761208, mtime=1777565774643, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=581) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1554): SetData(path='/test_between_servers/552', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1554): ZnodeStat(czxid=582, mzxid=1604, ctime=1777565761229, mtime=1777565774653, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=582) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1555): SetData(path='/test_between_servers/553', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1555): ZnodeStat(czxid=583, mzxid=1605, ctime=1777565761243, mtime=1777565774662, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=583) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1556): SetData(path='/test_between_servers/554', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1556): ZnodeStat(czxid=584, mzxid=1606, ctime=1777565761266, mtime=1777565774673, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=584) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1557): SetData(path='/test_between_servers/555', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1557): ZnodeStat(czxid=585, mzxid=1607, ctime=1777565761295, mtime=1777565774688, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=585) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1558): SetData(path='/test_between_servers/556', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1558): ZnodeStat(czxid=586, mzxid=1608, ctime=1777565761313, mtime=1777565774701, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=586) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1559): SetData(path='/test_between_servers/557', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1559): ZnodeStat(czxid=587, mzxid=1609, ctime=1777565761325, mtime=1777565774713, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=587) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1560): SetData(path='/test_between_servers/558', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1560): ZnodeStat(czxid=588, mzxid=1610, ctime=1777565761344, mtime=1777565774723, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=588) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1561): SetData(path='/test_between_servers/559', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1561): ZnodeStat(czxid=589, mzxid=1611, ctime=1777565761363, mtime=1777565774734, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=589) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1562): SetData(path='/test_between_servers/560', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1562): ZnodeStat(czxid=590, mzxid=1612, ctime=1777565761379, mtime=1777565774744, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=590) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1563): SetData(path='/test_between_servers/561', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1563): ZnodeStat(czxid=591, mzxid=1613, ctime=1777565761406, mtime=1777565774756, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=591) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1564): SetData(path='/test_between_servers/562', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1564): ZnodeStat(czxid=592, mzxid=1614, ctime=1777565761418, mtime=1777565774769, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=592) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1565): SetData(path='/test_between_servers/563', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1565): ZnodeStat(czxid=593, mzxid=1615, ctime=1777565761440, mtime=1777565774780, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=593) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1566): SetData(path='/test_between_servers/564', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1566): ZnodeStat(czxid=594, mzxid=1616, ctime=1777565761462, mtime=1777565774789, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=594) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1567): SetData(path='/test_between_servers/565', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1567): ZnodeStat(czxid=595, mzxid=1617, ctime=1777565761480, mtime=1777565774799, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=595) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1568): SetData(path='/test_between_servers/566', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1568): ZnodeStat(czxid=596, mzxid=1618, ctime=1777565761499, mtime=1777565774809, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=596) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1569): SetData(path='/test_between_servers/567', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1569): ZnodeStat(czxid=597, mzxid=1619, ctime=1777565761521, mtime=1777565774818, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=597) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1570): SetData(path='/test_between_servers/568', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1570): ZnodeStat(czxid=598, mzxid=1620, ctime=1777565761536, mtime=1777565774829, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=598) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1571): SetData(path='/test_between_servers/569', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1571): ZnodeStat(czxid=599, mzxid=1621, ctime=1777565761554, mtime=1777565774841, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=599) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1572): SetData(path='/test_between_servers/570', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1572): ZnodeStat(czxid=600, mzxid=1622, ctime=1777565761599, mtime=1777565774854, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=600) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1573): SetData(path='/test_between_servers/571', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1573): ZnodeStat(czxid=601, mzxid=1623, ctime=1777565761614, mtime=1777565774866, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=601) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1574): SetData(path='/test_between_servers/572', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1574): ZnodeStat(czxid=602, mzxid=1624, ctime=1777565761644, mtime=1777565774877, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=602) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1575): SetData(path='/test_between_servers/573', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1575): ZnodeStat(czxid=603, mzxid=1625, ctime=1777565761661, mtime=1777565774888, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=603) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1576): SetData(path='/test_between_servers/574', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1576): ZnodeStat(czxid=604, mzxid=1626, ctime=1777565761670, mtime=1777565774900, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=604) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1577): SetData(path='/test_between_servers/575', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1577): ZnodeStat(czxid=605, mzxid=1627, ctime=1777565761686, mtime=1777565774912, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=605) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1578): SetData(path='/test_between_servers/576', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1578): ZnodeStat(czxid=606, mzxid=1628, ctime=1777565761696, mtime=1777565774926, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=606) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1579): SetData(path='/test_between_servers/577', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1579): ZnodeStat(czxid=607, mzxid=1629, ctime=1777565761708, mtime=1777565774938, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=607) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1580): SetData(path='/test_between_servers/578', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1580): ZnodeStat(czxid=608, mzxid=1630, ctime=1777565761721, mtime=1777565774950, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=608) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1581): SetData(path='/test_between_servers/579', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1581): ZnodeStat(czxid=609, mzxid=1631, ctime=1777565761731, mtime=1777565774962, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=609) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1582): SetData(path='/test_between_servers/580', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:14 [ 383 ] DEBUG : Received response(xid=1582): ZnodeStat(czxid=610, mzxid=1632, ctime=1777565761741, mtime=1777565774976, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=610) (connection.py:410, _read_response) 2026-04-30 16:16:14 [ 383 ] DEBUG : Sending request(xid=1583): SetData(path='/test_between_servers/581', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1583): ZnodeStat(czxid=611, mzxid=1633, ctime=1777565761756, mtime=1777565774987, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=611) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1584): SetData(path='/test_between_servers/582', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1584): ZnodeStat(czxid=612, mzxid=1634, ctime=1777565761777, mtime=1777565775002, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=612) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1585): SetData(path='/test_between_servers/583', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1585): ZnodeStat(czxid=613, mzxid=1635, ctime=1777565761789, mtime=1777565775020, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=613) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1586): SetData(path='/test_between_servers/584', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1586): ZnodeStat(czxid=614, mzxid=1636, ctime=1777565761800, mtime=1777565775032, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=614) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1587): SetData(path='/test_between_servers/585', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1587): ZnodeStat(czxid=615, mzxid=1637, ctime=1777565761809, mtime=1777565775044, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=615) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1588): SetData(path='/test_between_servers/586', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1588): ZnodeStat(czxid=616, mzxid=1638, ctime=1777565761823, mtime=1777565775057, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=616) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1589): SetData(path='/test_between_servers/587', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1589): ZnodeStat(czxid=617, mzxid=1639, ctime=1777565761833, mtime=1777565775067, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=617) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1590): SetData(path='/test_between_servers/588', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1590): ZnodeStat(czxid=618, mzxid=1640, ctime=1777565761849, mtime=1777565775078, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=618) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1591): SetData(path='/test_between_servers/589', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1591): ZnodeStat(czxid=619, mzxid=1641, ctime=1777565761862, mtime=1777565775090, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=619) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1592): SetData(path='/test_between_servers/590', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1592): ZnodeStat(czxid=620, mzxid=1642, ctime=1777565761873, mtime=1777565775104, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=620) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1593): SetData(path='/test_between_servers/591', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1593): ZnodeStat(czxid=621, mzxid=1643, ctime=1777565761900, mtime=1777565775120, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=621) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1594): SetData(path='/test_between_servers/592', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1594): ZnodeStat(czxid=622, mzxid=1644, ctime=1777565761921, mtime=1777565775133, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=622) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1595): SetData(path='/test_between_servers/593', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1595): ZnodeStat(czxid=623, mzxid=1645, ctime=1777565761939, mtime=1777565775147, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=623) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1596): SetData(path='/test_between_servers/594', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1596): ZnodeStat(czxid=624, mzxid=1646, ctime=1777565761948, mtime=1777565775162, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=624) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1597): SetData(path='/test_between_servers/595', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1597): ZnodeStat(czxid=625, mzxid=1647, ctime=1777565761959, mtime=1777565775181, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=625) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1598): SetData(path='/test_between_servers/596', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1598): ZnodeStat(czxid=626, mzxid=1648, ctime=1777565761970, mtime=1777565775194, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=626) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1599): SetData(path='/test_between_servers/597', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1599): ZnodeStat(czxid=627, mzxid=1649, ctime=1777565761981, mtime=1777565775207, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=627) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1600): SetData(path='/test_between_servers/598', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1600): ZnodeStat(czxid=628, mzxid=1650, ctime=1777565761991, mtime=1777565775219, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=628) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1601): SetData(path='/test_between_servers/599', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1601): ZnodeStat(czxid=629, mzxid=1651, ctime=1777565762002, mtime=1777565775227, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=629) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1602): SetData(path='/test_between_servers/600', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1602): ZnodeStat(czxid=630, mzxid=1652, ctime=1777565762019, mtime=1777565775247, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=630) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1603): SetData(path='/test_between_servers/601', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1603): ZnodeStat(czxid=631, mzxid=1653, ctime=1777565762033, mtime=1777565775260, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=631) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1604): SetData(path='/test_between_servers/602', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1604): ZnodeStat(czxid=632, mzxid=1654, ctime=1777565762043, mtime=1777565775287, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=632) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1605): SetData(path='/test_between_servers/603', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1605): ZnodeStat(czxid=633, mzxid=1655, ctime=1777565762056, mtime=1777565775298, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=633) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1606): SetData(path='/test_between_servers/604', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1606): ZnodeStat(czxid=634, mzxid=1656, ctime=1777565762072, mtime=1777565775320, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=634) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1607): SetData(path='/test_between_servers/605', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1607): ZnodeStat(czxid=635, mzxid=1657, ctime=1777565762082, mtime=1777565775331, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=635) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1608): SetData(path='/test_between_servers/606', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1608): ZnodeStat(czxid=636, mzxid=1658, ctime=1777565762094, mtime=1777565775341, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=636) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1609): SetData(path='/test_between_servers/607', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1609): ZnodeStat(czxid=637, mzxid=1659, ctime=1777565762108, mtime=1777565775352, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=637) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1610): SetData(path='/test_between_servers/608', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1610): ZnodeStat(czxid=638, mzxid=1660, ctime=1777565762119, mtime=1777565775363, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=638) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1611): SetData(path='/test_between_servers/609', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1611): ZnodeStat(czxid=639, mzxid=1661, ctime=1777565762128, mtime=1777565775381, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=639) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1612): SetData(path='/test_between_servers/610', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1612): ZnodeStat(czxid=640, mzxid=1662, ctime=1777565762138, mtime=1777565775396, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=640) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1613): SetData(path='/test_between_servers/611', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1613): ZnodeStat(czxid=641, mzxid=1663, ctime=1777565762147, mtime=1777565775408, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=641) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1614): SetData(path='/test_between_servers/612', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1614): ZnodeStat(czxid=642, mzxid=1664, ctime=1777565762159, mtime=1777565775421, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=642) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1615): SetData(path='/test_between_servers/613', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1615): ZnodeStat(czxid=643, mzxid=1665, ctime=1777565762171, mtime=1777565775433, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=643) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1616): SetData(path='/test_between_servers/614', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1616): ZnodeStat(czxid=644, mzxid=1666, ctime=1777565762180, mtime=1777565775443, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=644) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1617): SetData(path='/test_between_servers/615', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1617): ZnodeStat(czxid=645, mzxid=1667, ctime=1777565762190, mtime=1777565775453, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=645) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1618): SetData(path='/test_between_servers/616', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1618): ZnodeStat(czxid=646, mzxid=1668, ctime=1777565762201, mtime=1777565775463, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=646) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1619): SetData(path='/test_between_servers/617', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1619): ZnodeStat(czxid=648, mzxid=1669, ctime=1777565762212, mtime=1777565775479, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=648) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1620): SetData(path='/test_between_servers/618', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1620): ZnodeStat(czxid=649, mzxid=1670, ctime=1777565762225, mtime=1777565775489, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=649) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1621): SetData(path='/test_between_servers/619', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1621): ZnodeStat(czxid=650, mzxid=1671, ctime=1777565762237, mtime=1777565775502, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=650) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1622): SetData(path='/test_between_servers/620', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1622): ZnodeStat(czxid=651, mzxid=1672, ctime=1777565762252, mtime=1777565775511, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=651) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1623): SetData(path='/test_between_servers/621', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1623): ZnodeStat(czxid=652, mzxid=1673, ctime=1777565762265, mtime=1777565775521, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=652) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1624): SetData(path='/test_between_servers/622', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1624): ZnodeStat(czxid=653, mzxid=1674, ctime=1777565762275, mtime=1777565775532, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=653) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1625): SetData(path='/test_between_servers/623', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1625): ZnodeStat(czxid=654, mzxid=1675, ctime=1777565762286, mtime=1777565775546, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=654) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1626): SetData(path='/test_between_servers/624', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1626): ZnodeStat(czxid=655, mzxid=1676, ctime=1777565762297, mtime=1777565775556, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=655) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1627): SetData(path='/test_between_servers/625', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1627): ZnodeStat(czxid=656, mzxid=1677, ctime=1777565762312, mtime=1777565775570, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=656) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1628): SetData(path='/test_between_servers/626', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1628): ZnodeStat(czxid=657, mzxid=1678, ctime=1777565762324, mtime=1777565775580, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=657) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1629): SetData(path='/test_between_servers/627', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1629): ZnodeStat(czxid=658, mzxid=1679, ctime=1777565762340, mtime=1777565775593, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=658) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1630): SetData(path='/test_between_servers/628', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1630): ZnodeStat(czxid=660, mzxid=1680, ctime=1777565762349, mtime=1777565775607, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=660) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1631): SetData(path='/test_between_servers/629', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1631): ZnodeStat(czxid=661, mzxid=1681, ctime=1777565762359, mtime=1777565775616, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=661) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1632): SetData(path='/test_between_servers/630', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1632): ZnodeStat(czxid=662, mzxid=1682, ctime=1777565762373, mtime=1777565775631, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=662) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1633): SetData(path='/test_between_servers/631', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1633): ZnodeStat(czxid=663, mzxid=1683, ctime=1777565762384, mtime=1777565775642, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=663) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1634): SetData(path='/test_between_servers/632', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1634): ZnodeStat(czxid=664, mzxid=1684, ctime=1777565762397, mtime=1777565775653, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=664) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1635): SetData(path='/test_between_servers/633', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1635): ZnodeStat(czxid=665, mzxid=1685, ctime=1777565762408, mtime=1777565775667, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=665) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1636): SetData(path='/test_between_servers/634', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1636): ZnodeStat(czxid=666, mzxid=1686, ctime=1777565762420, mtime=1777565775682, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=666) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1637): SetData(path='/test_between_servers/635', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1637): ZnodeStat(czxid=667, mzxid=1687, ctime=1777565762431, mtime=1777565775691, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=667) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1638): SetData(path='/test_between_servers/636', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1638): ZnodeStat(czxid=668, mzxid=1688, ctime=1777565762444, mtime=1777565775700, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=668) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1639): SetData(path='/test_between_servers/637', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1639): ZnodeStat(czxid=669, mzxid=1689, ctime=1777565762459, mtime=1777565775710, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=669) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1640): SetData(path='/test_between_servers/638', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1640): ZnodeStat(czxid=670, mzxid=1690, ctime=1777565762472, mtime=1777565775718, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=670) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1641): SetData(path='/test_between_servers/639', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1641): ZnodeStat(czxid=671, mzxid=1691, ctime=1777565762483, mtime=1777565775731, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=671) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1642): SetData(path='/test_between_servers/640', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1642): ZnodeStat(czxid=672, mzxid=1692, ctime=1777565762497, mtime=1777565775745, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=672) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1643): SetData(path='/test_between_servers/641', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1643): ZnodeStat(czxid=673, mzxid=1693, ctime=1777565762512, mtime=1777565775758, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=673) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1644): SetData(path='/test_between_servers/642', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1644): ZnodeStat(czxid=674, mzxid=1694, ctime=1777565762524, mtime=1777565775770, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=674) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1645): SetData(path='/test_between_servers/643', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1645): ZnodeStat(czxid=675, mzxid=1695, ctime=1777565762539, mtime=1777565775782, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=675) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1646): SetData(path='/test_between_servers/644', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1646): ZnodeStat(czxid=676, mzxid=1696, ctime=1777565762553, mtime=1777565775801, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=676) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1647): SetData(path='/test_between_servers/645', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1647): ZnodeStat(czxid=677, mzxid=1697, ctime=1777565762564, mtime=1777565775814, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=677) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1648): SetData(path='/test_between_servers/646', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1648): ZnodeStat(czxid=678, mzxid=1698, ctime=1777565762575, mtime=1777565775825, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=678) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1649): SetData(path='/test_between_servers/647', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1649): ZnodeStat(czxid=679, mzxid=1699, ctime=1777565762593, mtime=1777565775835, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=679) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1650): SetData(path='/test_between_servers/648', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1650): ZnodeStat(czxid=680, mzxid=1700, ctime=1777565762605, mtime=1777565775847, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=680) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1651): SetData(path='/test_between_servers/649', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1651): ZnodeStat(czxid=681, mzxid=1701, ctime=1777565762618, mtime=1777565775861, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=681) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1652): SetData(path='/test_between_servers/650', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1652): ZnodeStat(czxid=682, mzxid=1702, ctime=1777565762629, mtime=1777565775876, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=682) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1653): SetData(path='/test_between_servers/651', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1653): ZnodeStat(czxid=683, mzxid=1703, ctime=1777565762640, mtime=1777565775891, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=683) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1654): SetData(path='/test_between_servers/652', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1654): ZnodeStat(czxid=684, mzxid=1704, ctime=1777565762651, mtime=1777565775901, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=684) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1655): SetData(path='/test_between_servers/653', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1655): ZnodeStat(czxid=685, mzxid=1705, ctime=1777565762663, mtime=1777565775914, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=685) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1656): SetData(path='/test_between_servers/654', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1656): ZnodeStat(czxid=686, mzxid=1706, ctime=1777565762676, mtime=1777565775929, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=686) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1657): SetData(path='/test_between_servers/655', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1657): ZnodeStat(czxid=687, mzxid=1707, ctime=1777565762686, mtime=1777565775939, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=687) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1658): SetData(path='/test_between_servers/656', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1658): ZnodeStat(czxid=688, mzxid=1708, ctime=1777565762697, mtime=1777565775947, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=688) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1659): SetData(path='/test_between_servers/657', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1659): ZnodeStat(czxid=689, mzxid=1709, ctime=1777565762710, mtime=1777565775959, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=689) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1660): SetData(path='/test_between_servers/658', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1660): ZnodeStat(czxid=690, mzxid=1710, ctime=1777565762725, mtime=1777565775972, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=690) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1661): SetData(path='/test_between_servers/659', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:15 [ 383 ] DEBUG : Received response(xid=1661): ZnodeStat(czxid=691, mzxid=1711, ctime=1777565762734, mtime=1777565775984, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=691) (connection.py:410, _read_response) 2026-04-30 16:16:15 [ 383 ] DEBUG : Sending request(xid=1662): SetData(path='/test_between_servers/660', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1662): ZnodeStat(czxid=692, mzxid=1712, ctime=1777565762752, mtime=1777565775994, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=692) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1663): SetData(path='/test_between_servers/661', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1663): ZnodeStat(czxid=693, mzxid=1713, ctime=1777565762768, mtime=1777565776007, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=693) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1664): SetData(path='/test_between_servers/662', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1664): ZnodeStat(czxid=695, mzxid=1714, ctime=1777565762783, mtime=1777565776019, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=695) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1665): SetData(path='/test_between_servers/663', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1665): ZnodeStat(czxid=696, mzxid=1715, ctime=1777565762804, mtime=1777565776031, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=696) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1666): SetData(path='/test_between_servers/664', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1666): ZnodeStat(czxid=697, mzxid=1716, ctime=1777565762816, mtime=1777565776044, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=697) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1667): SetData(path='/test_between_servers/665', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1667): ZnodeStat(czxid=698, mzxid=1717, ctime=1777565762832, mtime=1777565776054, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=698) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1668): SetData(path='/test_between_servers/666', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1668): ZnodeStat(czxid=699, mzxid=1718, ctime=1777565762854, mtime=1777565776067, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=699) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1669): SetData(path='/test_between_servers/667', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1669): ZnodeStat(czxid=700, mzxid=1719, ctime=1777565762875, mtime=1777565776077, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=700) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1670): SetData(path='/test_between_servers/668', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1670): ZnodeStat(czxid=701, mzxid=1720, ctime=1777565762893, mtime=1777565776093, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=701) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1671): SetData(path='/test_between_servers/669', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1671): ZnodeStat(czxid=703, mzxid=1721, ctime=1777565762903, mtime=1777565776104, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=703) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1672): SetData(path='/test_between_servers/670', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1672): ZnodeStat(czxid=704, mzxid=1723, ctime=1777565762922, mtime=1777565776117, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=704) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1673): SetData(path='/test_between_servers/671', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1673): ZnodeStat(czxid=705, mzxid=1724, ctime=1777565762937, mtime=1777565776128, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=705) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1674): SetData(path='/test_between_servers/672', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1674): ZnodeStat(czxid=706, mzxid=1725, ctime=1777565762948, mtime=1777565776139, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=706) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1675): SetData(path='/test_between_servers/673', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1675): ZnodeStat(czxid=707, mzxid=1726, ctime=1777565762957, mtime=1777565776150, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=707) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1676): SetData(path='/test_between_servers/674', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1676): ZnodeStat(czxid=708, mzxid=1727, ctime=1777565762968, mtime=1777565776162, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=708) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1677): SetData(path='/test_between_servers/675', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1677): ZnodeStat(czxid=709, mzxid=1728, ctime=1777565762984, mtime=1777565776172, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=709) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1678): SetData(path='/test_between_servers/676', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1678): ZnodeStat(czxid=710, mzxid=1729, ctime=1777565762998, mtime=1777565776183, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=710) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1679): SetData(path='/test_between_servers/677', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1679): ZnodeStat(czxid=711, mzxid=1730, ctime=1777565763019, mtime=1777565776193, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=711) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1680): SetData(path='/test_between_servers/678', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1680): ZnodeStat(czxid=712, mzxid=1731, ctime=1777565763032, mtime=1777565776203, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=712) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1681): SetData(path='/test_between_servers/679', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1681): ZnodeStat(czxid=713, mzxid=1732, ctime=1777565763044, mtime=1777565776216, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=713) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1682): SetData(path='/test_between_servers/680', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1682): ZnodeStat(czxid=715, mzxid=1733, ctime=1777565763062, mtime=1777565776228, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=715) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1683): SetData(path='/test_between_servers/681', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1683): ZnodeStat(czxid=716, mzxid=1735, ctime=1777565763073, mtime=1777565776239, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=716) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1684): SetData(path='/test_between_servers/682', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1684): ZnodeStat(czxid=717, mzxid=1736, ctime=1777565763087, mtime=1777565776248, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=717) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1685): SetData(path='/test_between_servers/683', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1685): ZnodeStat(czxid=718, mzxid=1737, ctime=1777565763102, mtime=1777565776260, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=718) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1686): SetData(path='/test_between_servers/684', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1686): ZnodeStat(czxid=719, mzxid=1738, ctime=1777565763114, mtime=1777565776270, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=719) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1687): SetData(path='/test_between_servers/685', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1687): ZnodeStat(czxid=720, mzxid=1739, ctime=1777565763129, mtime=1777565776278, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=720) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1688): SetData(path='/test_between_servers/686', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1688): ZnodeStat(czxid=721, mzxid=1740, ctime=1777565763141, mtime=1777565776287, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=721) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1689): SetData(path='/test_between_servers/687', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1689): ZnodeStat(czxid=722, mzxid=1741, ctime=1777565763151, mtime=1777565776297, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=722) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1690): SetData(path='/test_between_servers/688', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1690): ZnodeStat(czxid=723, mzxid=1742, ctime=1777565763161, mtime=1777565776307, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=723) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1691): SetData(path='/test_between_servers/689', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1691): ZnodeStat(czxid=724, mzxid=1743, ctime=1777565763172, mtime=1777565776319, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=724) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1692): SetData(path='/test_between_servers/690', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1692): ZnodeStat(czxid=725, mzxid=1744, ctime=1777565763183, mtime=1777565776329, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=725) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1693): SetData(path='/test_between_servers/691', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1693): ZnodeStat(czxid=726, mzxid=1745, ctime=1777565763198, mtime=1777565776340, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=726) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1694): SetData(path='/test_between_servers/692', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1694): ZnodeStat(czxid=727, mzxid=1746, ctime=1777565763207, mtime=1777565776349, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=727) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1695): SetData(path='/test_between_servers/693', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1695): ZnodeStat(czxid=728, mzxid=1747, ctime=1777565763218, mtime=1777565776362, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=728) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1696): SetData(path='/test_between_servers/694', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1696): ZnodeStat(czxid=729, mzxid=1748, ctime=1777565763237, mtime=1777565776372, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=729) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1697): SetData(path='/test_between_servers/695', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1697): ZnodeStat(czxid=730, mzxid=1749, ctime=1777565763249, mtime=1777565776382, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=730) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1698): SetData(path='/test_between_servers/696', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1698): ZnodeStat(czxid=731, mzxid=1751, ctime=1777565763259, mtime=1777565776393, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=731) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1699): SetData(path='/test_between_servers/697', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1699): ZnodeStat(czxid=732, mzxid=1752, ctime=1777565763271, mtime=1777565776404, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=732) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1700): SetData(path='/test_between_servers/698', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1700): ZnodeStat(czxid=733, mzxid=1753, ctime=1777565763282, mtime=1777565776415, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=733) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1701): SetData(path='/test_between_servers/699', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1701): ZnodeStat(czxid=734, mzxid=1754, ctime=1777565763295, mtime=1777565776425, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=734) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1702): SetData(path='/test_between_servers/700', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1702): ZnodeStat(czxid=735, mzxid=1755, ctime=1777565763309, mtime=1777565776436, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=735) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1703): SetData(path='/test_between_servers/701', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1703): ZnodeStat(czxid=736, mzxid=1756, ctime=1777565763319, mtime=1777565776446, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=736) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1704): SetData(path='/test_between_servers/702', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1704): ZnodeStat(czxid=737, mzxid=1757, ctime=1777565763331, mtime=1777565776461, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=737) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1705): SetData(path='/test_between_servers/703', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1705): ZnodeStat(czxid=738, mzxid=1758, ctime=1777565763343, mtime=1777565776476, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=738) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1706): SetData(path='/test_between_servers/704', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1706): ZnodeStat(czxid=739, mzxid=1759, ctime=1777565763353, mtime=1777565776500, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=739) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1707): SetData(path='/test_between_servers/705', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1707): ZnodeStat(czxid=740, mzxid=1760, ctime=1777565763365, mtime=1777565776513, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=740) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1708): SetData(path='/test_between_servers/706', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1708): ZnodeStat(czxid=741, mzxid=1761, ctime=1777565763374, mtime=1777565776523, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=741) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1709): SetData(path='/test_between_servers/707', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1709): ZnodeStat(czxid=742, mzxid=1762, ctime=1777565763390, mtime=1777565776536, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=742) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1710): SetData(path='/test_between_servers/708', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1710): ZnodeStat(czxid=743, mzxid=1763, ctime=1777565763402, mtime=1777565776550, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=743) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1711): SetData(path='/test_between_servers/709', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1711): ZnodeStat(czxid=744, mzxid=1764, ctime=1777565763417, mtime=1777565776561, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=744) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1712): SetData(path='/test_between_servers/710', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1712): ZnodeStat(czxid=745, mzxid=1765, ctime=1777565763441, mtime=1777565776576, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=745) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1713): SetData(path='/test_between_servers/711', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1713): ZnodeStat(czxid=746, mzxid=1766, ctime=1777565763452, mtime=1777565776590, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=746) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1714): SetData(path='/test_between_servers/712', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1714): ZnodeStat(czxid=747, mzxid=1767, ctime=1777565763465, mtime=1777565776603, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=747) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1715): SetData(path='/test_between_servers/713', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1715): ZnodeStat(czxid=748, mzxid=1768, ctime=1777565763479, mtime=1777565776614, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=748) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1716): SetData(path='/test_between_servers/714', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1716): ZnodeStat(czxid=749, mzxid=1769, ctime=1777565763493, mtime=1777565776625, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=749) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1717): SetData(path='/test_between_servers/715', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1717): ZnodeStat(czxid=750, mzxid=1770, ctime=1777565763504, mtime=1777565776640, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=750) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1718): SetData(path='/test_between_servers/716', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1718): ZnodeStat(czxid=751, mzxid=1771, ctime=1777565763516, mtime=1777565776655, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=751) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1719): SetData(path='/test_between_servers/717', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1719): ZnodeStat(czxid=752, mzxid=1772, ctime=1777565763529, mtime=1777565776663, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=752) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1720): SetData(path='/test_between_servers/718', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1720): ZnodeStat(czxid=753, mzxid=1773, ctime=1777565763540, mtime=1777565776673, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=753) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1721): SetData(path='/test_between_servers/719', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1721): ZnodeStat(czxid=754, mzxid=1774, ctime=1777565763552, mtime=1777565776684, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=754) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1722): SetData(path='/test_between_servers/720', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1722): ZnodeStat(czxid=755, mzxid=1775, ctime=1777565763563, mtime=1777565776740, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=755) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1723): SetData(path='/test_between_servers/721', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1723): ZnodeStat(czxid=756, mzxid=1776, ctime=1777565763577, mtime=1777565776749, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=756) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1724): SetData(path='/test_between_servers/722', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1724): ZnodeStat(czxid=757, mzxid=1777, ctime=1777565763590, mtime=1777565776758, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=757) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1725): SetData(path='/test_between_servers/723', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1725): ZnodeStat(czxid=758, mzxid=1778, ctime=1777565763605, mtime=1777565776773, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=758) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1726): SetData(path='/test_between_servers/724', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1726): ZnodeStat(czxid=759, mzxid=1779, ctime=1777565763621, mtime=1777565776785, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=759) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1727): SetData(path='/test_between_servers/725', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1727): ZnodeStat(czxid=760, mzxid=1780, ctime=1777565763634, mtime=1777565776799, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=760) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1728): SetData(path='/test_between_servers/726', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1728): ZnodeStat(czxid=761, mzxid=1781, ctime=1777565763654, mtime=1777565776810, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=761) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1729): SetData(path='/test_between_servers/727', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1729): ZnodeStat(czxid=762, mzxid=1782, ctime=1777565763670, mtime=1777565776820, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=762) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1730): SetData(path='/test_between_servers/728', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1730): ZnodeStat(czxid=763, mzxid=1783, ctime=1777565763687, mtime=1777565776834, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=763) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1731): SetData(path='/test_between_servers/729', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1731): ZnodeStat(czxid=764, mzxid=1784, ctime=1777565763698, mtime=1777565776849, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=764) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1732): SetData(path='/test_between_servers/730', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1732): ZnodeStat(czxid=765, mzxid=1785, ctime=1777565763712, mtime=1777565776861, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=765) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1733): SetData(path='/test_between_servers/731', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1733): ZnodeStat(czxid=766, mzxid=1786, ctime=1777565763726, mtime=1777565776872, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=766) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1734): SetData(path='/test_between_servers/732', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1734): ZnodeStat(czxid=767, mzxid=1787, ctime=1777565763740, mtime=1777565776881, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=767) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1735): SetData(path='/test_between_servers/733', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1735): ZnodeStat(czxid=768, mzxid=1788, ctime=1777565763756, mtime=1777565776892, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=768) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1736): SetData(path='/test_between_servers/734', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1736): ZnodeStat(czxid=769, mzxid=1789, ctime=1777565763766, mtime=1777565776904, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=769) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1737): SetData(path='/test_between_servers/735', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1737): ZnodeStat(czxid=770, mzxid=1790, ctime=1777565763779, mtime=1777565776916, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=770) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1738): SetData(path='/test_between_servers/736', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1738): ZnodeStat(czxid=771, mzxid=1791, ctime=1777565763791, mtime=1777565776925, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=771) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1739): SetData(path='/test_between_servers/737', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1739): ZnodeStat(czxid=772, mzxid=1792, ctime=1777565763803, mtime=1777565776938, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=772) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1740): SetData(path='/test_between_servers/738', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1740): ZnodeStat(czxid=773, mzxid=1793, ctime=1777565763813, mtime=1777565776947, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=773) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1741): SetData(path='/test_between_servers/739', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1741): ZnodeStat(czxid=774, mzxid=1794, ctime=1777565763827, mtime=1777565776960, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=774) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1742): SetData(path='/test_between_servers/740', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1742): ZnodeStat(czxid=775, mzxid=1795, ctime=1777565763838, mtime=1777565776970, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=775) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1743): SetData(path='/test_between_servers/741', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:16 [ 383 ] DEBUG : Received response(xid=1743): ZnodeStat(czxid=776, mzxid=1796, ctime=1777565763851, mtime=1777565776980, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=776) (connection.py:410, _read_response) 2026-04-30 16:16:16 [ 383 ] DEBUG : Sending request(xid=1744): SetData(path='/test_between_servers/742', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1744): ZnodeStat(czxid=777, mzxid=1797, ctime=1777565763873, mtime=1777565776993, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=777) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1745): SetData(path='/test_between_servers/743', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1745): ZnodeStat(czxid=778, mzxid=1798, ctime=1777565763887, mtime=1777565777011, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=778) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1746): SetData(path='/test_between_servers/744', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1746): ZnodeStat(czxid=779, mzxid=1799, ctime=1777565763905, mtime=1777565777021, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=779) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1747): SetData(path='/test_between_servers/745', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1747): ZnodeStat(czxid=780, mzxid=1800, ctime=1777565763917, mtime=1777565777034, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=780) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1748): SetData(path='/test_between_servers/746', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1748): ZnodeStat(czxid=781, mzxid=1801, ctime=1777565763932, mtime=1777565777050, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=781) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1749): SetData(path='/test_between_servers/747', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1749): ZnodeStat(czxid=782, mzxid=1802, ctime=1777565763953, mtime=1777565777065, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=782) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1750): SetData(path='/test_between_servers/748', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1750): ZnodeStat(czxid=783, mzxid=1803, ctime=1777565763965, mtime=1777565777074, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=783) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1751): SetData(path='/test_between_servers/749', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1751): ZnodeStat(czxid=784, mzxid=1804, ctime=1777565763979, mtime=1777565777085, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=784) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1752): SetData(path='/test_between_servers/750', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1752): ZnodeStat(czxid=785, mzxid=1805, ctime=1777565763991, mtime=1777565777096, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=785) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1753): SetData(path='/test_between_servers/751', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1753): ZnodeStat(czxid=786, mzxid=1806, ctime=1777565764003, mtime=1777565777107, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=786) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1754): SetData(path='/test_between_servers/752', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1754): ZnodeStat(czxid=787, mzxid=1807, ctime=1777565764030, mtime=1777565777117, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=787) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1755): SetData(path='/test_between_servers/753', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1755): ZnodeStat(czxid=788, mzxid=1808, ctime=1777565764042, mtime=1777565777127, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=788) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1756): SetData(path='/test_between_servers/754', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1756): ZnodeStat(czxid=789, mzxid=1809, ctime=1777565764052, mtime=1777565777139, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=789) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1757): SetData(path='/test_between_servers/755', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1757): ZnodeStat(czxid=790, mzxid=1810, ctime=1777565764065, mtime=1777565777150, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=790) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1758): SetData(path='/test_between_servers/756', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1758): ZnodeStat(czxid=791, mzxid=1811, ctime=1777565764084, mtime=1777565777161, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=791) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1759): SetData(path='/test_between_servers/757', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1759): ZnodeStat(czxid=792, mzxid=1812, ctime=1777565764095, mtime=1777565777171, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=792) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1760): SetData(path='/test_between_servers/758', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1760): ZnodeStat(czxid=793, mzxid=1813, ctime=1777565764107, mtime=1777565777181, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=793) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1761): SetData(path='/test_between_servers/759', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1761): ZnodeStat(czxid=794, mzxid=1814, ctime=1777565764118, mtime=1777565777189, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=794) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1762): SetData(path='/test_between_servers/760', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1762): ZnodeStat(czxid=795, mzxid=1815, ctime=1777565764133, mtime=1777565777199, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=795) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1763): SetData(path='/test_between_servers/761', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1763): ZnodeStat(czxid=796, mzxid=1816, ctime=1777565764148, mtime=1777565777209, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=796) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1764): SetData(path='/test_between_servers/762', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1764): ZnodeStat(czxid=797, mzxid=1817, ctime=1777565764161, mtime=1777565777219, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=797) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1765): SetData(path='/test_between_servers/763', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1765): ZnodeStat(czxid=798, mzxid=1818, ctime=1777565764179, mtime=1777565777229, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=798) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1766): SetData(path='/test_between_servers/764', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1766): ZnodeStat(czxid=799, mzxid=1819, ctime=1777565764188, mtime=1777565777238, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=799) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1767): SetData(path='/test_between_servers/765', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1767): ZnodeStat(czxid=800, mzxid=1820, ctime=1777565764205, mtime=1777565777247, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=800) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1768): SetData(path='/test_between_servers/766', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1768): ZnodeStat(czxid=801, mzxid=1821, ctime=1777565764220, mtime=1777565777255, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=801) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1769): SetData(path='/test_between_servers/767', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1769): ZnodeStat(czxid=802, mzxid=1822, ctime=1777565764232, mtime=1777565777265, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=802) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1770): SetData(path='/test_between_servers/768', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1770): ZnodeStat(czxid=803, mzxid=1823, ctime=1777565764243, mtime=1777565777274, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=803) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1771): SetData(path='/test_between_servers/769', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1771): ZnodeStat(czxid=804, mzxid=1824, ctime=1777565764255, mtime=1777565777282, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=804) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1772): SetData(path='/test_between_servers/770', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1772): ZnodeStat(czxid=805, mzxid=1825, ctime=1777565764265, mtime=1777565777294, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=805) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1773): SetData(path='/test_between_servers/771', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1773): ZnodeStat(czxid=806, mzxid=1826, ctime=1777565764282, mtime=1777565777304, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=806) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1774): SetData(path='/test_between_servers/772', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1774): ZnodeStat(czxid=807, mzxid=1827, ctime=1777565764294, mtime=1777565777314, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=807) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1775): SetData(path='/test_between_servers/773', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1775): ZnodeStat(czxid=808, mzxid=1828, ctime=1777565764307, mtime=1777565777323, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=808) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1776): SetData(path='/test_between_servers/774', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1776): ZnodeStat(czxid=809, mzxid=1829, ctime=1777565764320, mtime=1777565777333, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=809) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1777): SetData(path='/test_between_servers/775', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1777): ZnodeStat(czxid=810, mzxid=1830, ctime=1777565764334, mtime=1777565777346, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=810) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1778): SetData(path='/test_between_servers/776', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1778): ZnodeStat(czxid=811, mzxid=1831, ctime=1777565764347, mtime=1777565777357, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=811) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1779): SetData(path='/test_between_servers/777', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1779): ZnodeStat(czxid=812, mzxid=1832, ctime=1777565764367, mtime=1777565777378, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=812) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1780): SetData(path='/test_between_servers/778', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1780): ZnodeStat(czxid=813, mzxid=1833, ctime=1777565764379, mtime=1777565777389, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=813) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1781): SetData(path='/test_between_servers/779', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1781): ZnodeStat(czxid=814, mzxid=1834, ctime=1777565764393, mtime=1777565777399, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=814) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1782): SetData(path='/test_between_servers/780', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1782): ZnodeStat(czxid=815, mzxid=1835, ctime=1777565764433, mtime=1777565777410, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=815) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1783): SetData(path='/test_between_servers/781', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1783): ZnodeStat(czxid=816, mzxid=1836, ctime=1777565764449, mtime=1777565777426, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=816) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1784): SetData(path='/test_between_servers/782', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1784): ZnodeStat(czxid=817, mzxid=1837, ctime=1777565764462, mtime=1777565777436, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=817) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1785): SetData(path='/test_between_servers/783', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1785): ZnodeStat(czxid=818, mzxid=1838, ctime=1777565764473, mtime=1777565777445, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=818) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1786): SetData(path='/test_between_servers/784', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1786): ZnodeStat(czxid=819, mzxid=1839, ctime=1777565764488, mtime=1777565777457, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=819) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1787): SetData(path='/test_between_servers/785', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1787): ZnodeStat(czxid=820, mzxid=1840, ctime=1777565764501, mtime=1777565777469, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=820) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1788): SetData(path='/test_between_servers/786', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1788): ZnodeStat(czxid=821, mzxid=1841, ctime=1777565764513, mtime=1777565777481, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=821) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1789): SetData(path='/test_between_servers/787', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1789): ZnodeStat(czxid=822, mzxid=1842, ctime=1777565764533, mtime=1777565777492, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=822) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1790): SetData(path='/test_between_servers/788', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1790): ZnodeStat(czxid=823, mzxid=1843, ctime=1777565764548, mtime=1777565777500, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=823) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1791): SetData(path='/test_between_servers/789', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1791): ZnodeStat(czxid=824, mzxid=1844, ctime=1777565764560, mtime=1777565777510, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=824) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1792): SetData(path='/test_between_servers/790', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1792): ZnodeStat(czxid=825, mzxid=1845, ctime=1777565764574, mtime=1777565777519, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=825) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1793): SetData(path='/test_between_servers/791', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1793): ZnodeStat(czxid=826, mzxid=1846, ctime=1777565764587, mtime=1777565777528, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=826) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1794): SetData(path='/test_between_servers/792', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1794): ZnodeStat(czxid=827, mzxid=1847, ctime=1777565764600, mtime=1777565777538, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=827) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1795): SetData(path='/test_between_servers/793', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1795): ZnodeStat(czxid=828, mzxid=1848, ctime=1777565764611, mtime=1777565777546, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=828) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1796): SetData(path='/test_between_servers/794', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1796): ZnodeStat(czxid=829, mzxid=1849, ctime=1777565764622, mtime=1777565777555, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=829) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1797): SetData(path='/test_between_servers/795', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1797): ZnodeStat(czxid=830, mzxid=1850, ctime=1777565764633, mtime=1777565777563, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=830) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1798): SetData(path='/test_between_servers/796', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1798): ZnodeStat(czxid=831, mzxid=1851, ctime=1777565764640, mtime=1777565777572, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=831) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1799): SetData(path='/test_between_servers/797', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1799): ZnodeStat(czxid=832, mzxid=1852, ctime=1777565764654, mtime=1777565777582, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=832) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1800): SetData(path='/test_between_servers/798', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1800): ZnodeStat(czxid=833, mzxid=1853, ctime=1777565764667, mtime=1777565777594, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=833) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1801): SetData(path='/test_between_servers/799', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1801): ZnodeStat(czxid=834, mzxid=1854, ctime=1777565764677, mtime=1777565777606, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=834) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1802): SetData(path='/test_between_servers/800', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1802): ZnodeStat(czxid=835, mzxid=1855, ctime=1777565764688, mtime=1777565777617, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=835) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1803): SetData(path='/test_between_servers/801', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1803): ZnodeStat(czxid=836, mzxid=1856, ctime=1777565764698, mtime=1777565777629, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=836) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1804): SetData(path='/test_between_servers/802', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1804): ZnodeStat(czxid=837, mzxid=1857, ctime=1777565764712, mtime=1777565777639, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=837) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1805): SetData(path='/test_between_servers/803', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1805): ZnodeStat(czxid=838, mzxid=1858, ctime=1777565764724, mtime=1777565777648, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=838) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1806): SetData(path='/test_between_servers/804', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1806): ZnodeStat(czxid=839, mzxid=1859, ctime=1777565764738, mtime=1777565777666, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=839) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1807): SetData(path='/test_between_servers/805', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1807): ZnodeStat(czxid=840, mzxid=1860, ctime=1777565764751, mtime=1777565777675, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=840) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1808): SetData(path='/test_between_servers/806', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1808): ZnodeStat(czxid=841, mzxid=1861, ctime=1777565764761, mtime=1777565777687, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=841) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1809): SetData(path='/test_between_servers/807', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1809): ZnodeStat(czxid=842, mzxid=1862, ctime=1777565764775, mtime=1777565777695, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=842) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1810): SetData(path='/test_between_servers/808', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1810): ZnodeStat(czxid=843, mzxid=1863, ctime=1777565764789, mtime=1777565777709, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=843) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1811): SetData(path='/test_between_servers/809', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1811): ZnodeStat(czxid=844, mzxid=1864, ctime=1777565764800, mtime=1777565777723, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=844) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1812): SetData(path='/test_between_servers/810', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1812): ZnodeStat(czxid=845, mzxid=1865, ctime=1777565764810, mtime=1777565777736, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=845) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1813): SetData(path='/test_between_servers/811', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1813): ZnodeStat(czxid=846, mzxid=1866, ctime=1777565764821, mtime=1777565777747, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=846) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1814): SetData(path='/test_between_servers/812', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1814): ZnodeStat(czxid=847, mzxid=1867, ctime=1777565764832, mtime=1777565777755, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=847) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1815): SetData(path='/test_between_servers/813', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1815): ZnodeStat(czxid=848, mzxid=1869, ctime=1777565764842, mtime=1777565777769, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=848) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1816): SetData(path='/test_between_servers/814', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1816): ZnodeStat(czxid=849, mzxid=1870, ctime=1777565764853, mtime=1777565777784, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=849) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1817): SetData(path='/test_between_servers/815', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1817): ZnodeStat(czxid=850, mzxid=1871, ctime=1777565764867, mtime=1777565777801, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=850) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1818): SetData(path='/test_between_servers/816', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1818): ZnodeStat(czxid=851, mzxid=1872, ctime=1777565764881, mtime=1777565777824, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=851) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1819): SetData(path='/test_between_servers/817', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1819): ZnodeStat(czxid=852, mzxid=1873, ctime=1777565764899, mtime=1777565777835, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=852) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1820): SetData(path='/test_between_servers/818', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1820): ZnodeStat(czxid=853, mzxid=1874, ctime=1777565764912, mtime=1777565777853, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=853) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1821): SetData(path='/test_between_servers/819', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1821): ZnodeStat(czxid=854, mzxid=1875, ctime=1777565764928, mtime=1777565777870, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=854) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1822): SetData(path='/test_between_servers/820', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1822): ZnodeStat(czxid=855, mzxid=1877, ctime=1777565764939, mtime=1777565777888, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=855) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1823): SetData(path='/test_between_servers/821', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1823): ZnodeStat(czxid=856, mzxid=1878, ctime=1777565764953, mtime=1777565777904, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=856) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1824): SetData(path='/test_between_servers/822', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1824): ZnodeStat(czxid=857, mzxid=1879, ctime=1777565764963, mtime=1777565777915, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=857) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1825): SetData(path='/test_between_servers/823', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1825): ZnodeStat(czxid=858, mzxid=1880, ctime=1777565764974, mtime=1777565777929, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=858) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1826): SetData(path='/test_between_servers/824', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1826): ZnodeStat(czxid=859, mzxid=1881, ctime=1777565764985, mtime=1777565777943, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=859) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1827): SetData(path='/test_between_servers/825', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1827): ZnodeStat(czxid=860, mzxid=1882, ctime=1777565764999, mtime=1777565777956, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=860) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1828): SetData(path='/test_between_servers/826', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:17 [ 383 ] DEBUG : Received response(xid=1828): ZnodeStat(czxid=861, mzxid=1883, ctime=1777565765011, mtime=1777565777969, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=861) (connection.py:410, _read_response) 2026-04-30 16:16:17 [ 383 ] DEBUG : Sending request(xid=1829): SetData(path='/test_between_servers/827', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1829): ZnodeStat(czxid=862, mzxid=1884, ctime=1777565765022, mtime=1777565777993, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=862) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1830): SetData(path='/test_between_servers/828', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1830): ZnodeStat(czxid=863, mzxid=1885, ctime=1777565765033, mtime=1777565778013, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=863) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1831): SetData(path='/test_between_servers/829', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1831): ZnodeStat(czxid=864, mzxid=1886, ctime=1777565765042, mtime=1777565778026, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=864) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1832): SetData(path='/test_between_servers/830', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1832): ZnodeStat(czxid=865, mzxid=1887, ctime=1777565765055, mtime=1777565778039, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=865) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1833): SetData(path='/test_between_servers/831', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1833): ZnodeStat(czxid=866, mzxid=1888, ctime=1777565765066, mtime=1777565778051, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=866) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1834): SetData(path='/test_between_servers/832', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1834): ZnodeStat(czxid=867, mzxid=1889, ctime=1777565765075, mtime=1777565778065, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=867) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1835): SetData(path='/test_between_servers/833', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1835): ZnodeStat(czxid=868, mzxid=1890, ctime=1777565765088, mtime=1777565778077, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=868) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1836): SetData(path='/test_between_servers/834', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1836): ZnodeStat(czxid=869, mzxid=1891, ctime=1777565765105, mtime=1777565778092, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=869) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1837): SetData(path='/test_between_servers/835', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1837): ZnodeStat(czxid=870, mzxid=1892, ctime=1777565765125, mtime=1777565778113, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=870) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1838): SetData(path='/test_between_servers/836', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1838): ZnodeStat(czxid=871, mzxid=1893, ctime=1777565765136, mtime=1777565778126, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=871) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1839): SetData(path='/test_between_servers/837', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1839): ZnodeStat(czxid=872, mzxid=1894, ctime=1777565765149, mtime=1777565778143, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=872) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1840): SetData(path='/test_between_servers/838', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1840): ZnodeStat(czxid=873, mzxid=1895, ctime=1777565765159, mtime=1777565778153, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=873) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1841): SetData(path='/test_between_servers/839', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1841): ZnodeStat(czxid=874, mzxid=1896, ctime=1777565765172, mtime=1777565778168, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=874) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1842): SetData(path='/test_between_servers/840', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1842): ZnodeStat(czxid=875, mzxid=1897, ctime=1777565765184, mtime=1777565778184, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=875) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1843): SetData(path='/test_between_servers/841', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1843): ZnodeStat(czxid=876, mzxid=1898, ctime=1777565765195, mtime=1777565778200, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=876) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1844): SetData(path='/test_between_servers/842', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1844): ZnodeStat(czxid=877, mzxid=1899, ctime=1777565765207, mtime=1777565778215, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=877) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1845): SetData(path='/test_between_servers/843', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1845): ZnodeStat(czxid=878, mzxid=1900, ctime=1777565765217, mtime=1777565778234, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=878) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1846): SetData(path='/test_between_servers/844', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1846): ZnodeStat(czxid=879, mzxid=1901, ctime=1777565765232, mtime=1777565778257, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=879) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1847): SetData(path='/test_between_servers/845', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1847): ZnodeStat(czxid=880, mzxid=1902, ctime=1777565765244, mtime=1777565778277, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=880) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1848): SetData(path='/test_between_servers/846', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1848): ZnodeStat(czxid=881, mzxid=1903, ctime=1777565765256, mtime=1777565778313, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=881) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1849): SetData(path='/test_between_servers/847', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1849): ZnodeStat(czxid=882, mzxid=1904, ctime=1777565765268, mtime=1777565778340, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=882) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1850): SetData(path='/test_between_servers/848', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1850): ZnodeStat(czxid=884, mzxid=1905, ctime=1777565765285, mtime=1777565778356, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=884) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1851): SetData(path='/test_between_servers/849', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1851): ZnodeStat(czxid=886, mzxid=1906, ctime=1777565765302, mtime=1777565778371, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=886) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1852): SetData(path='/test_between_servers/850', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1852): ZnodeStat(czxid=887, mzxid=1907, ctime=1777565765314, mtime=1777565778380, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=887) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1853): SetData(path='/test_between_servers/851', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1853): ZnodeStat(czxid=888, mzxid=1908, ctime=1777565765328, mtime=1777565778398, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=888) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1854): SetData(path='/test_between_servers/852', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1854): ZnodeStat(czxid=889, mzxid=1909, ctime=1777565765339, mtime=1777565778418, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=889) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1855): SetData(path='/test_between_servers/853', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1855): ZnodeStat(czxid=890, mzxid=1910, ctime=1777565765351, mtime=1777565778445, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=890) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1856): SetData(path='/test_between_servers/854', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1856): ZnodeStat(czxid=891, mzxid=1911, ctime=1777565765368, mtime=1777565778459, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=891) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1857): SetData(path='/test_between_servers/855', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1857): ZnodeStat(czxid=892, mzxid=1912, ctime=1777565765377, mtime=1777565778474, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=892) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1858): SetData(path='/test_between_servers/856', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1858): ZnodeStat(czxid=893, mzxid=1913, ctime=1777565765386, mtime=1777565778490, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=893) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1859): SetData(path='/test_between_servers/857', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1859): ZnodeStat(czxid=894, mzxid=1914, ctime=1777565765397, mtime=1777565778503, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=894) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1860): SetData(path='/test_between_servers/858', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1860): ZnodeStat(czxid=895, mzxid=1915, ctime=1777565765425, mtime=1777565778517, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=895) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1861): SetData(path='/test_between_servers/859', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1861): ZnodeStat(czxid=896, mzxid=1916, ctime=1777565765435, mtime=1777565778530, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=896) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1862): SetData(path='/test_between_servers/860', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1862): ZnodeStat(czxid=897, mzxid=1917, ctime=1777565765447, mtime=1777565778544, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=897) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1863): SetData(path='/test_between_servers/861', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1863): ZnodeStat(czxid=898, mzxid=1918, ctime=1777565765459, mtime=1777565778556, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=898) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1864): SetData(path='/test_between_servers/862', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1864): ZnodeStat(czxid=899, mzxid=1919, ctime=1777565765470, mtime=1777565778591, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=899) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1865): SetData(path='/test_between_servers/863', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1865): ZnodeStat(czxid=900, mzxid=1920, ctime=1777565765480, mtime=1777565778611, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=900) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1866): SetData(path='/test_between_servers/864', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1866): ZnodeStat(czxid=901, mzxid=1921, ctime=1777565765496, mtime=1777565778639, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=901) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1867): SetData(path='/test_between_servers/865', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1867): ZnodeStat(czxid=902, mzxid=1922, ctime=1777565765508, mtime=1777565778657, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=902) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1868): SetData(path='/test_between_servers/866', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1868): ZnodeStat(czxid=903, mzxid=1923, ctime=1777565765522, mtime=1777565778699, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=903) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1869): SetData(path='/test_between_servers/867', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1869): ZnodeStat(czxid=904, mzxid=1924, ctime=1777565765535, mtime=1777565778717, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=904) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1870): SetData(path='/test_between_servers/868', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1870): ZnodeStat(czxid=905, mzxid=1925, ctime=1777565765544, mtime=1777565778734, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=905) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1871): SetData(path='/test_between_servers/869', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1871): ZnodeStat(czxid=906, mzxid=1926, ctime=1777565765555, mtime=1777565778751, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=906) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1872): SetData(path='/test_between_servers/870', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1872): ZnodeStat(czxid=907, mzxid=1927, ctime=1777565765568, mtime=1777565778763, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=907) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1873): SetData(path='/test_between_servers/871', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1873): ZnodeStat(czxid=908, mzxid=1928, ctime=1777565765583, mtime=1777565778778, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=908) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1874): SetData(path='/test_between_servers/872', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1874): ZnodeStat(czxid=909, mzxid=1929, ctime=1777565765595, mtime=1777565778795, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=909) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1875): SetData(path='/test_between_servers/873', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1875): ZnodeStat(czxid=910, mzxid=1930, ctime=1777565765608, mtime=1777565778810, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=910) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1876): SetData(path='/test_between_servers/874', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1876): ZnodeStat(czxid=911, mzxid=1931, ctime=1777565765622, mtime=1777565778823, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=911) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1877): SetData(path='/test_between_servers/875', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1877): ZnodeStat(czxid=912, mzxid=1932, ctime=1777565765638, mtime=1777565778835, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=912) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1878): SetData(path='/test_between_servers/876', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1878): ZnodeStat(czxid=913, mzxid=1933, ctime=1777565765649, mtime=1777565778850, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=913) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1879): SetData(path='/test_between_servers/877', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1879): ZnodeStat(czxid=914, mzxid=1934, ctime=1777565765660, mtime=1777565778869, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=914) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1880): SetData(path='/test_between_servers/878', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1880): ZnodeStat(czxid=915, mzxid=1935, ctime=1777565765671, mtime=1777565778884, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=915) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1881): SetData(path='/test_between_servers/879', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1881): ZnodeStat(czxid=916, mzxid=1936, ctime=1777565765680, mtime=1777565778900, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=916) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1882): SetData(path='/test_between_servers/880', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1882): ZnodeStat(czxid=917, mzxid=1937, ctime=1777565765692, mtime=1777565778914, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=917) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1883): SetData(path='/test_between_servers/881', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1883): ZnodeStat(czxid=918, mzxid=1938, ctime=1777565765702, mtime=1777565778929, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=918) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1884): SetData(path='/test_between_servers/882', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1884): ZnodeStat(czxid=919, mzxid=1939, ctime=1777565765713, mtime=1777565778947, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=919) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1885): SetData(path='/test_between_servers/883', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1885): ZnodeStat(czxid=920, mzxid=1940, ctime=1777565765728, mtime=1777565778961, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=920) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1886): SetData(path='/test_between_servers/884', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:18 [ 383 ] DEBUG : Received response(xid=1886): ZnodeStat(czxid=921, mzxid=1941, ctime=1777565765743, mtime=1777565778975, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=921) (connection.py:410, _read_response) 2026-04-30 16:16:18 [ 383 ] DEBUG : Sending request(xid=1887): SetData(path='/test_between_servers/885', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1887): ZnodeStat(czxid=922, mzxid=1942, ctime=1777565765753, mtime=1777565778990, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=922) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1888): SetData(path='/test_between_servers/886', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1888): ZnodeStat(czxid=923, mzxid=1943, ctime=1777565765764, mtime=1777565779008, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=923) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1889): SetData(path='/test_between_servers/887', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1889): ZnodeStat(czxid=924, mzxid=1944, ctime=1777565765776, mtime=1777565779034, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=924) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1890): SetData(path='/test_between_servers/888', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1890): ZnodeStat(czxid=925, mzxid=1945, ctime=1777565765789, mtime=1777565779056, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=925) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1891): SetData(path='/test_between_servers/889', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1891): ZnodeStat(czxid=926, mzxid=1946, ctime=1777565765802, mtime=1777565779071, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=926) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1892): SetData(path='/test_between_servers/890', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1892): ZnodeStat(czxid=927, mzxid=1947, ctime=1777565765814, mtime=1777565779086, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=927) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1893): SetData(path='/test_between_servers/891', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1893): ZnodeStat(czxid=928, mzxid=1948, ctime=1777565765825, mtime=1777565779099, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=928) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1894): SetData(path='/test_between_servers/892', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1894): ZnodeStat(czxid=929, mzxid=1949, ctime=1777565765837, mtime=1777565779115, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=929) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1895): SetData(path='/test_between_servers/893', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1895): ZnodeStat(czxid=930, mzxid=1950, ctime=1777565765848, mtime=1777565779132, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=930) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1896): SetData(path='/test_between_servers/894', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1896): ZnodeStat(czxid=931, mzxid=1951, ctime=1777565765859, mtime=1777565779146, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=931) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1897): SetData(path='/test_between_servers/895', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1897): ZnodeStat(czxid=932, mzxid=1952, ctime=1777565765869, mtime=1777565779164, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=932) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1898): SetData(path='/test_between_servers/896', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1898): ZnodeStat(czxid=933, mzxid=1953, ctime=1777565765882, mtime=1777565779182, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=933) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1899): SetData(path='/test_between_servers/897', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1899): ZnodeStat(czxid=934, mzxid=1954, ctime=1777565765896, mtime=1777565779196, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=934) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1900): SetData(path='/test_between_servers/898', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1900): ZnodeStat(czxid=935, mzxid=1955, ctime=1777565765910, mtime=1777565779217, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=935) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1901): SetData(path='/test_between_servers/899', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1901): ZnodeStat(czxid=936, mzxid=1956, ctime=1777565765921, mtime=1777565779234, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=936) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1902): SetData(path='/test_between_servers/900', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1902): ZnodeStat(czxid=937, mzxid=1957, ctime=1777565765934, mtime=1777565779248, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=937) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1903): SetData(path='/test_between_servers/901', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1903): ZnodeStat(czxid=938, mzxid=1958, ctime=1777565765944, mtime=1777565779274, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=938) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1904): SetData(path='/test_between_servers/902', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1904): ZnodeStat(czxid=939, mzxid=1959, ctime=1777565765955, mtime=1777565779290, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=939) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1905): SetData(path='/test_between_servers/903', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1905): ZnodeStat(czxid=940, mzxid=1960, ctime=1777565765966, mtime=1777565779306, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=940) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1906): SetData(path='/test_between_servers/904', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1906): ZnodeStat(czxid=941, mzxid=1961, ctime=1777565765978, mtime=1777565779321, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=941) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1907): SetData(path='/test_between_servers/905', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1907): ZnodeStat(czxid=942, mzxid=1962, ctime=1777565765989, mtime=1777565779341, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=942) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1908): SetData(path='/test_between_servers/906', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1908): ZnodeStat(czxid=943, mzxid=1963, ctime=1777565766000, mtime=1777565779358, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=943) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1909): SetData(path='/test_between_servers/907', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1909): ZnodeStat(czxid=944, mzxid=1964, ctime=1777565766012, mtime=1777565779370, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=944) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1910): SetData(path='/test_between_servers/908', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1910): ZnodeStat(czxid=945, mzxid=1965, ctime=1777565766026, mtime=1777565779385, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=945) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1911): SetData(path='/test_between_servers/909', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1911): ZnodeStat(czxid=946, mzxid=1966, ctime=1777565766038, mtime=1777565779399, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=946) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1912): SetData(path='/test_between_servers/910', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1912): ZnodeStat(czxid=947, mzxid=1967, ctime=1777565766064, mtime=1777565779425, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=947) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1913): SetData(path='/test_between_servers/911', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1913): ZnodeStat(czxid=948, mzxid=1968, ctime=1777565766077, mtime=1777565779445, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=948) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1914): SetData(path='/test_between_servers/912', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1914): ZnodeStat(czxid=949, mzxid=1970, ctime=1777565766091, mtime=1777565779460, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=949) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1915): SetData(path='/test_between_servers/913', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1915): ZnodeStat(czxid=950, mzxid=1971, ctime=1777565766105, mtime=1777565779478, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=950) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1916): SetData(path='/test_between_servers/914', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1916): ZnodeStat(czxid=952, mzxid=1972, ctime=1777565766119, mtime=1777565779496, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=952) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1917): SetData(path='/test_between_servers/915', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1917): ZnodeStat(czxid=953, mzxid=1973, ctime=1777565766137, mtime=1777565779514, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=953) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1918): SetData(path='/test_between_servers/916', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1918): ZnodeStat(czxid=954, mzxid=1974, ctime=1777565766149, mtime=1777565779528, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=954) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1919): SetData(path='/test_between_servers/917', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1919): ZnodeStat(czxid=955, mzxid=1975, ctime=1777565766163, mtime=1777565779544, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=955) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1920): SetData(path='/test_between_servers/918', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1920): ZnodeStat(czxid=956, mzxid=1976, ctime=1777565766173, mtime=1777565779556, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=956) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1921): SetData(path='/test_between_servers/919', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1921): ZnodeStat(czxid=957, mzxid=1978, ctime=1777565766185, mtime=1777565779571, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=957) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1922): SetData(path='/test_between_servers/920', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1922): ZnodeStat(czxid=958, mzxid=1979, ctime=1777565766198, mtime=1777565779590, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=958) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1923): SetData(path='/test_between_servers/921', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1923): ZnodeStat(czxid=959, mzxid=1980, ctime=1777565766207, mtime=1777565779606, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=959) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1924): SetData(path='/test_between_servers/922', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1924): ZnodeStat(czxid=960, mzxid=1981, ctime=1777565766216, mtime=1777565779619, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=960) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1925): SetData(path='/test_between_servers/923', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1925): ZnodeStat(czxid=961, mzxid=1982, ctime=1777565766227, mtime=1777565779632, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=961) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1926): SetData(path='/test_between_servers/924', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1926): ZnodeStat(czxid=963, mzxid=1983, ctime=1777565766238, mtime=1777565779649, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=963) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1927): SetData(path='/test_between_servers/925', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1927): ZnodeStat(czxid=964, mzxid=1984, ctime=1777565766249, mtime=1777565779664, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=964) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1928): SetData(path='/test_between_servers/926', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1928): ZnodeStat(czxid=965, mzxid=1985, ctime=1777565766262, mtime=1777565779681, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=965) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1929): SetData(path='/test_between_servers/927', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1929): ZnodeStat(czxid=966, mzxid=1986, ctime=1777565766273, mtime=1777565779694, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=966) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1930): SetData(path='/test_between_servers/928', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1930): ZnodeStat(czxid=967, mzxid=1987, ctime=1777565766290, mtime=1777565779707, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=967) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1931): SetData(path='/test_between_servers/929', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1931): ZnodeStat(czxid=968, mzxid=1989, ctime=1777565766304, mtime=1777565779718, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=968) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1932): SetData(path='/test_between_servers/930', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1932): ZnodeStat(czxid=969, mzxid=1990, ctime=1777565766319, mtime=1777565779731, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=969) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1933): SetData(path='/test_between_servers/931', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1933): ZnodeStat(czxid=970, mzxid=1991, ctime=1777565766337, mtime=1777565779740, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=970) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1934): SetData(path='/test_between_servers/932', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1934): ZnodeStat(czxid=971, mzxid=1992, ctime=1777565766348, mtime=1777565779749, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=971) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1935): SetData(path='/test_between_servers/933', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1935): ZnodeStat(czxid=972, mzxid=1993, ctime=1777565766365, mtime=1777565779757, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=972) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1936): SetData(path='/test_between_servers/934', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1936): ZnodeStat(czxid=973, mzxid=1994, ctime=1777565766377, mtime=1777565779771, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=973) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1937): SetData(path='/test_between_servers/935', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1937): ZnodeStat(czxid=975, mzxid=1995, ctime=1777565766392, mtime=1777565779782, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=975) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1938): SetData(path='/test_between_servers/936', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1938): ZnodeStat(czxid=976, mzxid=1996, ctime=1777565766407, mtime=1777565779792, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=976) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1939): SetData(path='/test_between_servers/937', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1939): ZnodeStat(czxid=977, mzxid=1997, ctime=1777565766419, mtime=1777565779806, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=977) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1940): SetData(path='/test_between_servers/938', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1940): ZnodeStat(czxid=978, mzxid=1998, ctime=1777565766433, mtime=1777565779818, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=978) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1941): SetData(path='/test_between_servers/939', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1941): ZnodeStat(czxid=979, mzxid=1999, ctime=1777565766444, mtime=1777565779830, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=979) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1942): SetData(path='/test_between_servers/940', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1942): ZnodeStat(czxid=980, mzxid=2000, ctime=1777565766460, mtime=1777565779842, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=980) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1943): SetData(path='/test_between_servers/941', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1943): ZnodeStat(czxid=981, mzxid=2001, ctime=1777565766473, mtime=1777565779854, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=981) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1944): SetData(path='/test_between_servers/942', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1944): ZnodeStat(czxid=982, mzxid=2002, ctime=1777565766487, mtime=1777565779864, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=982) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1945): SetData(path='/test_between_servers/943', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1945): ZnodeStat(czxid=983, mzxid=2003, ctime=1777565766498, mtime=1777565779875, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=983) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1946): SetData(path='/test_between_servers/944', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1946): ZnodeStat(czxid=984, mzxid=2004, ctime=1777565766514, mtime=1777565779885, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=984) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1947): SetData(path='/test_between_servers/945', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1947): ZnodeStat(czxid=985, mzxid=2005, ctime=1777565766527, mtime=1777565779898, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=985) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1948): SetData(path='/test_between_servers/946', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1948): ZnodeStat(czxid=986, mzxid=2006, ctime=1777565766546, mtime=1777565779912, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=986) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1949): SetData(path='/test_between_servers/947', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1949): ZnodeStat(czxid=987, mzxid=2007, ctime=1777565766565, mtime=1777565779927, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=987) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1950): SetData(path='/test_between_servers/948', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1950): ZnodeStat(czxid=988, mzxid=2008, ctime=1777565766581, mtime=1777565779938, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=988) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1951): SetData(path='/test_between_servers/949', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1951): ZnodeStat(czxid=989, mzxid=2009, ctime=1777565766598, mtime=1777565779950, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=989) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1952): SetData(path='/test_between_servers/950', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1952): ZnodeStat(czxid=990, mzxid=2010, ctime=1777565766613, mtime=1777565779960, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=990) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1953): SetData(path='/test_between_servers/951', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:19 [ 383 ] DEBUG : Received response(xid=1953): ZnodeStat(czxid=991, mzxid=2011, ctime=1777565766627, mtime=1777565779978, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=991) (connection.py:410, _read_response) 2026-04-30 16:16:19 [ 383 ] DEBUG : Sending request(xid=1954): SetData(path='/test_between_servers/952', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=1954): ZnodeStat(czxid=992, mzxid=2012, ctime=1777565766637, mtime=1777565779990, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=992) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=1955): SetData(path='/test_between_servers/953', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=1955): ZnodeStat(czxid=993, mzxid=2013, ctime=1777565766648, mtime=1777565780005, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=993) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=1956): SetData(path='/test_between_servers/954', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=1956): ZnodeStat(czxid=994, mzxid=2014, ctime=1777565766662, mtime=1777565780018, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=994) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=1957): SetData(path='/test_between_servers/955', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=1957): ZnodeStat(czxid=995, mzxid=2015, ctime=1777565766673, mtime=1777565780034, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=995) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=1958): SetData(path='/test_between_servers/956', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=1958): ZnodeStat(czxid=996, mzxid=2016, ctime=1777565766684, mtime=1777565780048, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=996) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=1959): SetData(path='/test_between_servers/957', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=1959): ZnodeStat(czxid=997, mzxid=2017, ctime=1777565766699, mtime=1777565780061, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=997) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=1960): SetData(path='/test_between_servers/958', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=1960): ZnodeStat(czxid=998, mzxid=2018, ctime=1777565766716, mtime=1777565780074, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=998) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=1961): SetData(path='/test_between_servers/959', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=1961): ZnodeStat(czxid=999, mzxid=2019, ctime=1777565766726, mtime=1777565780085, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=999) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=1962): SetData(path='/test_between_servers/960', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=1962): ZnodeStat(czxid=1000, mzxid=2020, ctime=1777565766740, mtime=1777565780098, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=1000) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=1963): SetData(path='/test_between_servers/961', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=1963): ZnodeStat(czxid=1001, mzxid=2021, ctime=1777565766755, mtime=1777565780111, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=1001) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=1964): SetData(path='/test_between_servers/962', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=1964): ZnodeStat(czxid=1002, mzxid=2022, ctime=1777565766769, mtime=1777565780125, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=1002) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=1965): SetData(path='/test_between_servers/963', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=1965): ZnodeStat(czxid=1003, mzxid=2023, ctime=1777565766785, mtime=1777565780137, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=1003) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=1966): SetData(path='/test_between_servers/964', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=1966): ZnodeStat(czxid=1004, mzxid=2024, ctime=1777565766803, mtime=1777565780149, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=1004) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=1967): SetData(path='/test_between_servers/965', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=1967): ZnodeStat(czxid=1005, mzxid=2025, ctime=1777565766817, mtime=1777565780162, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=1005) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=1968): SetData(path='/test_between_servers/966', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=1968): ZnodeStat(czxid=1006, mzxid=2026, ctime=1777565766828, mtime=1777565780176, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=1006) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=1969): SetData(path='/test_between_servers/967', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=1969): ZnodeStat(czxid=1007, mzxid=2027, ctime=1777565766841, mtime=1777565780193, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=1007) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=1970): SetData(path='/test_between_servers/968', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=1970): ZnodeStat(czxid=1008, mzxid=2028, ctime=1777565766854, mtime=1777565780207, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=1008) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=1971): SetData(path='/test_between_servers/969', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=1971): ZnodeStat(czxid=1009, mzxid=2029, ctime=1777565766868, mtime=1777565780220, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=1009) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=1972): SetData(path='/test_between_servers/970', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=1972): ZnodeStat(czxid=1010, mzxid=2030, ctime=1777565766881, mtime=1777565780235, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=1010) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=1973): SetData(path='/test_between_servers/971', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=1973): ZnodeStat(czxid=1011, mzxid=2031, ctime=1777565766896, mtime=1777565780249, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=1011) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=1974): SetData(path='/test_between_servers/972', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=1974): ZnodeStat(czxid=1012, mzxid=2032, ctime=1777565766906, mtime=1777565780264, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=1012) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=1975): SetData(path='/test_between_servers/973', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=1975): ZnodeStat(czxid=1013, mzxid=2033, ctime=1777565766917, mtime=1777565780279, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=1013) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=1976): SetData(path='/test_between_servers/974', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=1976): ZnodeStat(czxid=1014, mzxid=2034, ctime=1777565766933, mtime=1777565780290, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=1014) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=1977): SetData(path='/test_between_servers/975', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=1977): ZnodeStat(czxid=1015, mzxid=2035, ctime=1777565766945, mtime=1777565780304, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=1015) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=1978): SetData(path='/test_between_servers/976', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=1978): ZnodeStat(czxid=1016, mzxid=2036, ctime=1777565766957, mtime=1777565780318, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=1016) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=1979): SetData(path='/test_between_servers/977', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=1979): ZnodeStat(czxid=1017, mzxid=2037, ctime=1777565766970, mtime=1777565780330, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=1017) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=1980): SetData(path='/test_between_servers/978', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=1980): ZnodeStat(czxid=1018, mzxid=2038, ctime=1777565766986, mtime=1777565780347, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=1018) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=1981): SetData(path='/test_between_servers/979', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=1981): ZnodeStat(czxid=1019, mzxid=2039, ctime=1777565766997, mtime=1777565780360, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=1019) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=1982): SetData(path='/test_between_servers/980', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=1982): ZnodeStat(czxid=1020, mzxid=2040, ctime=1777565767020, mtime=1777565780374, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=1020) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=1983): SetData(path='/test_between_servers/981', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=1983): ZnodeStat(czxid=1021, mzxid=2041, ctime=1777565767035, mtime=1777565780387, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=1021) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=1984): SetData(path='/test_between_servers/982', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=1984): ZnodeStat(czxid=1022, mzxid=2042, ctime=1777565767050, mtime=1777565780398, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=1022) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=1985): SetData(path='/test_between_servers/983', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=1985): ZnodeStat(czxid=1023, mzxid=2043, ctime=1777565767063, mtime=1777565780411, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=1023) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=1986): SetData(path='/test_between_servers/984', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=1986): ZnodeStat(czxid=1024, mzxid=2044, ctime=1777565767074, mtime=1777565780426, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=1024) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=1987): SetData(path='/test_between_servers/985', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=1987): ZnodeStat(czxid=1025, mzxid=2045, ctime=1777565767084, mtime=1777565780437, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=1025) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=1988): SetData(path='/test_between_servers/986', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=1988): ZnodeStat(czxid=1026, mzxid=2046, ctime=1777565767096, mtime=1777565780447, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=1026) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=1989): SetData(path='/test_between_servers/987', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=1989): ZnodeStat(czxid=1027, mzxid=2047, ctime=1777565767109, mtime=1777565780459, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=1027) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=1990): SetData(path='/test_between_servers/988', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=1990): ZnodeStat(czxid=1028, mzxid=2048, ctime=1777565767122, mtime=1777565780469, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=1028) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=1991): SetData(path='/test_between_servers/989', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=1991): ZnodeStat(czxid=1029, mzxid=2049, ctime=1777565767148, mtime=1777565780478, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=1029) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=1992): SetData(path='/test_between_servers/990', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=1992): ZnodeStat(czxid=1030, mzxid=2050, ctime=1777565767170, mtime=1777565780492, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=1030) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=1993): SetData(path='/test_between_servers/991', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=1993): ZnodeStat(czxid=1031, mzxid=2051, ctime=1777565767182, mtime=1777565780503, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=1031) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=1994): SetData(path='/test_between_servers/992', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=1994): ZnodeStat(czxid=1032, mzxid=2052, ctime=1777565767203, mtime=1777565780515, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=1032) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=1995): SetData(path='/test_between_servers/993', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=1995): ZnodeStat(czxid=1033, mzxid=2053, ctime=1777565767216, mtime=1777565780528, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=1033) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=1996): SetData(path='/test_between_servers/994', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=1996): ZnodeStat(czxid=1034, mzxid=2054, ctime=1777565767232, mtime=1777565780540, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=1034) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=1997): SetData(path='/test_between_servers/995', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=1997): ZnodeStat(czxid=1035, mzxid=2055, ctime=1777565767257, mtime=1777565780550, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=1035) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=1998): SetData(path='/test_between_servers/996', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=1998): ZnodeStat(czxid=1036, mzxid=2056, ctime=1777565767302, mtime=1777565780566, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=1036) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=1999): SetData(path='/test_between_servers/997', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=1999): ZnodeStat(czxid=1037, mzxid=2057, ctime=1777565767321, mtime=1777565780575, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=1037) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=2000): SetData(path='/test_between_servers/998', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=2000): ZnodeStat(czxid=1038, mzxid=2058, ctime=1777565767335, mtime=1777565780585, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=1038) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=2001): SetData(path='/test_between_servers/999', data=b'somevalue', version=-1) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=2001): ZnodeStat(czxid=1039, mzxid=2059, ctime=1777565767353, mtime=1777565780601, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=1039) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=2002): Exists(path='/test_between_servers/0', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=2002): ZnodeStat(czxid=10, mzxid=1040, ctime=1777565752907, mtime=1777565767370, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=10) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=1): Exists(path='/test_between_servers/0', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=1): ZnodeStat(czxid=10, mzxid=1040, ctime=1777565752907, mtime=1777565767370, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=10) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=1): Exists(path='/test_between_servers/0', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=1): ZnodeStat(czxid=10, mzxid=1040, ctime=1777565752907, mtime=1777565767370, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=10) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=2003): Exists(path='/test_between_servers/1', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=2003): ZnodeStat(czxid=13, mzxid=1041, ctime=1777565752923, mtime=1777565767388, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=13) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=2): Exists(path='/test_between_servers/1', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=2): ZnodeStat(czxid=13, mzxid=1041, ctime=1777565752923, mtime=1777565767388, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=13) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=2): Exists(path='/test_between_servers/1', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=2): ZnodeStat(czxid=13, mzxid=1041, ctime=1777565752923, mtime=1777565767388, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=13) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=2004): Exists(path='/test_between_servers/2', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=2004): ZnodeStat(czxid=16, mzxid=1042, ctime=1777565752950, mtime=1777565767405, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=16) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=3): Exists(path='/test_between_servers/2', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=3): ZnodeStat(czxid=16, mzxid=1042, ctime=1777565752950, mtime=1777565767405, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=16) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=3): Exists(path='/test_between_servers/2', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=3): ZnodeStat(czxid=16, mzxid=1042, ctime=1777565752950, mtime=1777565767405, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=16) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=2005): Exists(path='/test_between_servers/3', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=2005): ZnodeStat(czxid=18, mzxid=1043, ctime=1777565752974, mtime=1777565767421, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=18) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=4): Exists(path='/test_between_servers/3', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=4): ZnodeStat(czxid=18, mzxid=1043, ctime=1777565752974, mtime=1777565767421, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=18) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=4): Exists(path='/test_between_servers/3', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=4): ZnodeStat(czxid=18, mzxid=1043, ctime=1777565752974, mtime=1777565767421, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=18) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=2006): Exists(path='/test_between_servers/4', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=2006): ZnodeStat(czxid=20, mzxid=1044, ctime=1777565752997, mtime=1777565767436, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=20) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=5): Exists(path='/test_between_servers/4', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=5): ZnodeStat(czxid=20, mzxid=1044, ctime=1777565752997, mtime=1777565767436, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=20) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=5): Exists(path='/test_between_servers/4', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=5): ZnodeStat(czxid=20, mzxid=1044, ctime=1777565752997, mtime=1777565767436, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=20) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=2007): Exists(path='/test_between_servers/5', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=2007): ZnodeStat(czxid=21, mzxid=1045, ctime=1777565753039, mtime=1777565767451, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=21) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=6): Exists(path='/test_between_servers/5', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=6): ZnodeStat(czxid=21, mzxid=1045, ctime=1777565753039, mtime=1777565767451, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=21) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=6): Exists(path='/test_between_servers/5', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=6): ZnodeStat(czxid=21, mzxid=1045, ctime=1777565753039, mtime=1777565767451, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=21) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=2008): Exists(path='/test_between_servers/6', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=2008): ZnodeStat(czxid=22, mzxid=1046, ctime=1777565753051, mtime=1777565767463, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=22) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=7): Exists(path='/test_between_servers/6', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=7): ZnodeStat(czxid=22, mzxid=1046, ctime=1777565753051, mtime=1777565767463, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=22) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=7): Exists(path='/test_between_servers/6', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=7): ZnodeStat(czxid=22, mzxid=1046, ctime=1777565753051, mtime=1777565767463, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=22) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=2009): Exists(path='/test_between_servers/7', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=2009): ZnodeStat(czxid=24, mzxid=1047, ctime=1777565753072, mtime=1777565767472, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=24) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=8): Exists(path='/test_between_servers/7', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=8): ZnodeStat(czxid=24, mzxid=1047, ctime=1777565753072, mtime=1777565767472, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=24) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=8): Exists(path='/test_between_servers/7', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=8): ZnodeStat(czxid=24, mzxid=1047, ctime=1777565753072, mtime=1777565767472, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=24) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=2010): Exists(path='/test_between_servers/8', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=2010): ZnodeStat(czxid=27, mzxid=1048, ctime=1777565753103, mtime=1777565767483, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=27) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=9): Exists(path='/test_between_servers/8', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=9): ZnodeStat(czxid=27, mzxid=1048, ctime=1777565753103, mtime=1777565767483, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=27) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=9): Exists(path='/test_between_servers/8', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=9): ZnodeStat(czxid=27, mzxid=1048, ctime=1777565753103, mtime=1777565767483, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=27) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=2011): Exists(path='/test_between_servers/9', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=2011): ZnodeStat(czxid=29, mzxid=1049, ctime=1777565753130, mtime=1777565767496, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=29) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=10): Exists(path='/test_between_servers/9', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=10): ZnodeStat(czxid=29, mzxid=1049, ctime=1777565753130, mtime=1777565767496, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=29) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=10): Exists(path='/test_between_servers/9', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=10): ZnodeStat(czxid=29, mzxid=1049, ctime=1777565753130, mtime=1777565767496, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=29) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=2012): Exists(path='/test_between_servers/10', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=2012): ZnodeStat(czxid=30, mzxid=1050, ctime=1777565753157, mtime=1777565767506, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=30) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=11): Exists(path='/test_between_servers/10', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=11): ZnodeStat(czxid=30, mzxid=1050, ctime=1777565753157, mtime=1777565767506, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=30) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=11): Exists(path='/test_between_servers/10', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=11): ZnodeStat(czxid=30, mzxid=1050, ctime=1777565753157, mtime=1777565767506, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=30) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=2013): Exists(path='/test_between_servers/11', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=2013): ZnodeStat(czxid=31, mzxid=1051, ctime=1777565753187, mtime=1777565767517, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=31) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=12): Exists(path='/test_between_servers/11', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=12): ZnodeStat(czxid=31, mzxid=1051, ctime=1777565753187, mtime=1777565767517, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=31) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=12): Exists(path='/test_between_servers/11', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=12): ZnodeStat(czxid=31, mzxid=1051, ctime=1777565753187, mtime=1777565767517, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=31) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=2014): Exists(path='/test_between_servers/12', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=2014): ZnodeStat(czxid=32, mzxid=1052, ctime=1777565753205, mtime=1777565767533, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=32) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=13): Exists(path='/test_between_servers/12', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=13): ZnodeStat(czxid=32, mzxid=1052, ctime=1777565753205, mtime=1777565767533, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=32) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=13): Exists(path='/test_between_servers/12', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=13): ZnodeStat(czxid=32, mzxid=1052, ctime=1777565753205, mtime=1777565767533, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=32) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=2015): Exists(path='/test_between_servers/13', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=2015): ZnodeStat(czxid=33, mzxid=1053, ctime=1777565753221, mtime=1777565767546, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=33) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=14): Exists(path='/test_between_servers/13', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=14): ZnodeStat(czxid=33, mzxid=1053, ctime=1777565753221, mtime=1777565767546, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=33) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=14): Exists(path='/test_between_servers/13', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=14): ZnodeStat(czxid=33, mzxid=1053, ctime=1777565753221, mtime=1777565767546, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=33) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=2016): Exists(path='/test_between_servers/14', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=2016): ZnodeStat(czxid=34, mzxid=1054, ctime=1777565753242, mtime=1777565767558, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=34) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=15): Exists(path='/test_between_servers/14', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=15): ZnodeStat(czxid=34, mzxid=1054, ctime=1777565753242, mtime=1777565767558, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=34) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=15): Exists(path='/test_between_servers/14', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=15): ZnodeStat(czxid=34, mzxid=1054, ctime=1777565753242, mtime=1777565767558, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=34) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=2017): Exists(path='/test_between_servers/15', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=2017): ZnodeStat(czxid=35, mzxid=1055, ctime=1777565753256, mtime=1777565767579, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=35) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=16): Exists(path='/test_between_servers/15', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=16): ZnodeStat(czxid=35, mzxid=1055, ctime=1777565753256, mtime=1777565767579, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=35) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=16): Exists(path='/test_between_servers/15', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=16): ZnodeStat(czxid=35, mzxid=1055, ctime=1777565753256, mtime=1777565767579, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=35) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=2018): Exists(path='/test_between_servers/16', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=2018): ZnodeStat(czxid=36, mzxid=1056, ctime=1777565753272, mtime=1777565767590, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=36) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=17): Exists(path='/test_between_servers/16', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=17): ZnodeStat(czxid=36, mzxid=1056, ctime=1777565753272, mtime=1777565767590, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=36) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=17): Exists(path='/test_between_servers/16', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=17): ZnodeStat(czxid=36, mzxid=1056, ctime=1777565753272, mtime=1777565767590, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=36) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=2019): Exists(path='/test_between_servers/17', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=2019): ZnodeStat(czxid=37, mzxid=1057, ctime=1777565753286, mtime=1777565767601, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=37) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=18): Exists(path='/test_between_servers/17', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=18): ZnodeStat(czxid=37, mzxid=1057, ctime=1777565753286, mtime=1777565767601, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=37) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=18): Exists(path='/test_between_servers/17', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=18): ZnodeStat(czxid=37, mzxid=1057, ctime=1777565753286, mtime=1777565767601, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=37) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=2020): Exists(path='/test_between_servers/18', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=2020): ZnodeStat(czxid=38, mzxid=1058, ctime=1777565753299, mtime=1777565767619, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=38) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=19): Exists(path='/test_between_servers/18', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=19): ZnodeStat(czxid=38, mzxid=1058, ctime=1777565753299, mtime=1777565767619, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=38) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=19): Exists(path='/test_between_servers/18', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=19): ZnodeStat(czxid=38, mzxid=1058, ctime=1777565753299, mtime=1777565767619, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=38) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=2021): Exists(path='/test_between_servers/19', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=2021): ZnodeStat(czxid=39, mzxid=1059, ctime=1777565753316, mtime=1777565767632, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=39) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=20): Exists(path='/test_between_servers/19', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=20): ZnodeStat(czxid=39, mzxid=1059, ctime=1777565753316, mtime=1777565767632, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=39) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=20): Exists(path='/test_between_servers/19', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=20): ZnodeStat(czxid=39, mzxid=1059, ctime=1777565753316, mtime=1777565767632, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=39) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=2022): Exists(path='/test_between_servers/20', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=2022): ZnodeStat(czxid=40, mzxid=1060, ctime=1777565753331, mtime=1777565767650, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=40) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=21): Exists(path='/test_between_servers/20', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=21): ZnodeStat(czxid=40, mzxid=1060, ctime=1777565753331, mtime=1777565767650, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=40) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=21): Exists(path='/test_between_servers/20', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=21): ZnodeStat(czxid=40, mzxid=1060, ctime=1777565753331, mtime=1777565767650, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=40) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=2023): Exists(path='/test_between_servers/21', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=2023): ZnodeStat(czxid=41, mzxid=1061, ctime=1777565753343, mtime=1777565767665, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=41) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=22): Exists(path='/test_between_servers/21', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=22): ZnodeStat(czxid=41, mzxid=1061, ctime=1777565753343, mtime=1777565767665, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=41) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=22): Exists(path='/test_between_servers/21', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=22): ZnodeStat(czxid=41, mzxid=1061, ctime=1777565753343, mtime=1777565767665, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=41) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=2024): Exists(path='/test_between_servers/22', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=2024): ZnodeStat(czxid=42, mzxid=1062, ctime=1777565753362, mtime=1777565767678, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=42) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=23): Exists(path='/test_between_servers/22', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=23): ZnodeStat(czxid=42, mzxid=1062, ctime=1777565753362, mtime=1777565767678, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=42) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=23): Exists(path='/test_between_servers/22', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=23): ZnodeStat(czxid=42, mzxid=1062, ctime=1777565753362, mtime=1777565767678, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=42) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=2025): Exists(path='/test_between_servers/23', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=2025): ZnodeStat(czxid=43, mzxid=1063, ctime=1777565753377, mtime=1777565767688, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=43) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=24): Exists(path='/test_between_servers/23', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=24): ZnodeStat(czxid=43, mzxid=1063, ctime=1777565753377, mtime=1777565767688, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=43) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=24): Exists(path='/test_between_servers/23', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=24): ZnodeStat(czxid=43, mzxid=1063, ctime=1777565753377, mtime=1777565767688, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=43) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=2026): Exists(path='/test_between_servers/24', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=2026): ZnodeStat(czxid=44, mzxid=1064, ctime=1777565753390, mtime=1777565767699, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=44) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=25): Exists(path='/test_between_servers/24', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=25): ZnodeStat(czxid=44, mzxid=1064, ctime=1777565753390, mtime=1777565767699, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=44) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=25): Exists(path='/test_between_servers/24', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=25): ZnodeStat(czxid=44, mzxid=1064, ctime=1777565753390, mtime=1777565767699, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=44) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=2027): Exists(path='/test_between_servers/25', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=2027): ZnodeStat(czxid=45, mzxid=1065, ctime=1777565753403, mtime=1777565767713, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=45) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=26): Exists(path='/test_between_servers/25', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=26): ZnodeStat(czxid=45, mzxid=1065, ctime=1777565753403, mtime=1777565767713, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=45) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=26): Exists(path='/test_between_servers/25', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=26): ZnodeStat(czxid=45, mzxid=1065, ctime=1777565753403, mtime=1777565767713, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=45) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=2028): Exists(path='/test_between_servers/26', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=2028): ZnodeStat(czxid=46, mzxid=1066, ctime=1777565753418, mtime=1777565767728, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=46) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=27): Exists(path='/test_between_servers/26', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=27): ZnodeStat(czxid=46, mzxid=1066, ctime=1777565753418, mtime=1777565767728, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=46) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=27): Exists(path='/test_between_servers/26', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=27): ZnodeStat(czxid=46, mzxid=1066, ctime=1777565753418, mtime=1777565767728, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=46) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=2029): Exists(path='/test_between_servers/27', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=2029): ZnodeStat(czxid=47, mzxid=1067, ctime=1777565753432, mtime=1777565767738, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=47) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=28): Exists(path='/test_between_servers/27', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=28): ZnodeStat(czxid=47, mzxid=1067, ctime=1777565753432, mtime=1777565767738, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=47) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=28): Exists(path='/test_between_servers/27', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=28): ZnodeStat(czxid=47, mzxid=1067, ctime=1777565753432, mtime=1777565767738, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=47) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=2030): Exists(path='/test_between_servers/28', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=2030): ZnodeStat(czxid=48, mzxid=1068, ctime=1777565753444, mtime=1777565767748, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=48) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=29): Exists(path='/test_between_servers/28', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=29): ZnodeStat(czxid=48, mzxid=1068, ctime=1777565753444, mtime=1777565767748, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=48) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=29): Exists(path='/test_between_servers/28', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=29): ZnodeStat(czxid=48, mzxid=1068, ctime=1777565753444, mtime=1777565767748, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=48) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=2031): Exists(path='/test_between_servers/29', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=2031): ZnodeStat(czxid=49, mzxid=1069, ctime=1777565753459, mtime=1777565767766, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=49) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=30): Exists(path='/test_between_servers/29', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=30): ZnodeStat(czxid=49, mzxid=1069, ctime=1777565753459, mtime=1777565767766, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=49) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=30): Exists(path='/test_between_servers/29', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=30): ZnodeStat(czxid=49, mzxid=1069, ctime=1777565753459, mtime=1777565767766, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=49) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=2032): Exists(path='/test_between_servers/30', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=2032): ZnodeStat(czxid=50, mzxid=1070, ctime=1777565753472, mtime=1777565767782, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=50) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=31): Exists(path='/test_between_servers/30', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=31): ZnodeStat(czxid=50, mzxid=1070, ctime=1777565753472, mtime=1777565767782, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=50) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=31): Exists(path='/test_between_servers/30', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=31): ZnodeStat(czxid=50, mzxid=1070, ctime=1777565753472, mtime=1777565767782, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=50) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=2033): Exists(path='/test_between_servers/31', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=2033): ZnodeStat(czxid=51, mzxid=1071, ctime=1777565753487, mtime=1777565767793, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=51) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=32): Exists(path='/test_between_servers/31', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=32): ZnodeStat(czxid=51, mzxid=1071, ctime=1777565753487, mtime=1777565767793, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=51) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=32): Exists(path='/test_between_servers/31', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=32): ZnodeStat(czxid=51, mzxid=1071, ctime=1777565753487, mtime=1777565767793, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=51) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=2034): Exists(path='/test_between_servers/32', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=2034): ZnodeStat(czxid=52, mzxid=1072, ctime=1777565753497, mtime=1777565767803, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=52) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=33): Exists(path='/test_between_servers/32', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=33): ZnodeStat(czxid=52, mzxid=1072, ctime=1777565753497, mtime=1777565767803, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=52) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=33): Exists(path='/test_between_servers/32', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=33): ZnodeStat(czxid=52, mzxid=1072, ctime=1777565753497, mtime=1777565767803, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=52) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=2035): Exists(path='/test_between_servers/33', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=2035): ZnodeStat(czxid=53, mzxid=1073, ctime=1777565753508, mtime=1777565767815, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=53) (connection.py:410, _read_response) 2026-04-30 16:16:20 [ 383 ] DEBUG : Sending request(xid=34): Exists(path='/test_between_servers/33', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:20 [ 383 ] DEBUG : Received response(xid=34): ZnodeStat(czxid=53, mzxid=1073, ctime=1777565753508, mtime=1777565767815, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=53) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=34): Exists(path='/test_between_servers/33', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=34): ZnodeStat(czxid=53, mzxid=1073, ctime=1777565753508, mtime=1777565767815, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=53) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2036): Exists(path='/test_between_servers/34', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2036): ZnodeStat(czxid=54, mzxid=1074, ctime=1777565753522, mtime=1777565767828, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=54) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=35): Exists(path='/test_between_servers/34', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=35): ZnodeStat(czxid=54, mzxid=1074, ctime=1777565753522, mtime=1777565767828, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=54) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=35): Exists(path='/test_between_servers/34', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=35): ZnodeStat(czxid=54, mzxid=1074, ctime=1777565753522, mtime=1777565767828, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=54) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2037): Exists(path='/test_between_servers/35', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2037): ZnodeStat(czxid=55, mzxid=1075, ctime=1777565753535, mtime=1777565767843, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=55) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=36): Exists(path='/test_between_servers/35', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=36): ZnodeStat(czxid=55, mzxid=1075, ctime=1777565753535, mtime=1777565767843, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=55) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=36): Exists(path='/test_between_servers/35', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=36): ZnodeStat(czxid=55, mzxid=1075, ctime=1777565753535, mtime=1777565767843, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=55) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2038): Exists(path='/test_between_servers/36', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2038): ZnodeStat(czxid=56, mzxid=1076, ctime=1777565753550, mtime=1777565767854, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=56) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=37): Exists(path='/test_between_servers/36', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=37): ZnodeStat(czxid=56, mzxid=1076, ctime=1777565753550, mtime=1777565767854, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=56) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=37): Exists(path='/test_between_servers/36', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=37): ZnodeStat(czxid=56, mzxid=1076, ctime=1777565753550, mtime=1777565767854, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=56) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2039): Exists(path='/test_between_servers/37', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2039): ZnodeStat(czxid=57, mzxid=1077, ctime=1777565753566, mtime=1777565767865, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=57) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=38): Exists(path='/test_between_servers/37', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=38): ZnodeStat(czxid=57, mzxid=1077, ctime=1777565753566, mtime=1777565767865, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=57) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=38): Exists(path='/test_between_servers/37', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=38): ZnodeStat(czxid=57, mzxid=1077, ctime=1777565753566, mtime=1777565767865, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=57) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2040): Exists(path='/test_between_servers/38', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2040): ZnodeStat(czxid=58, mzxid=1078, ctime=1777565753577, mtime=1777565767879, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=58) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=39): Exists(path='/test_between_servers/38', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=39): ZnodeStat(czxid=58, mzxid=1078, ctime=1777565753577, mtime=1777565767879, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=58) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=39): Exists(path='/test_between_servers/38', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=39): ZnodeStat(czxid=58, mzxid=1078, ctime=1777565753577, mtime=1777565767879, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=58) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2041): Exists(path='/test_between_servers/39', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2041): ZnodeStat(czxid=59, mzxid=1079, ctime=1777565753588, mtime=1777565767892, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=59) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=40): Exists(path='/test_between_servers/39', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=40): ZnodeStat(czxid=59, mzxid=1079, ctime=1777565753588, mtime=1777565767892, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=59) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=40): Exists(path='/test_between_servers/39', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=40): ZnodeStat(czxid=59, mzxid=1079, ctime=1777565753588, mtime=1777565767892, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=59) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2042): Exists(path='/test_between_servers/40', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2042): ZnodeStat(czxid=60, mzxid=1080, ctime=1777565753601, mtime=1777565767902, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=60) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=41): Exists(path='/test_between_servers/40', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=41): ZnodeStat(czxid=60, mzxid=1080, ctime=1777565753601, mtime=1777565767902, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=60) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=41): Exists(path='/test_between_servers/40', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=41): ZnodeStat(czxid=60, mzxid=1080, ctime=1777565753601, mtime=1777565767902, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=60) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2043): Exists(path='/test_between_servers/41', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2043): ZnodeStat(czxid=61, mzxid=1081, ctime=1777565753617, mtime=1777565767910, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=61) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=42): Exists(path='/test_between_servers/41', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=42): ZnodeStat(czxid=61, mzxid=1081, ctime=1777565753617, mtime=1777565767910, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=61) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=42): Exists(path='/test_between_servers/41', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=42): ZnodeStat(czxid=61, mzxid=1081, ctime=1777565753617, mtime=1777565767910, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=61) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2044): Exists(path='/test_between_servers/42', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2044): ZnodeStat(czxid=62, mzxid=1082, ctime=1777565753634, mtime=1777565767924, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=62) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=43): Exists(path='/test_between_servers/42', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=43): ZnodeStat(czxid=62, mzxid=1082, ctime=1777565753634, mtime=1777565767924, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=62) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=43): Exists(path='/test_between_servers/42', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=43): ZnodeStat(czxid=62, mzxid=1082, ctime=1777565753634, mtime=1777565767924, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=62) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2045): Exists(path='/test_between_servers/43', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2045): ZnodeStat(czxid=63, mzxid=1083, ctime=1777565753654, mtime=1777565767937, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=63) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=44): Exists(path='/test_between_servers/43', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=44): ZnodeStat(czxid=63, mzxid=1083, ctime=1777565753654, mtime=1777565767937, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=63) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=44): Exists(path='/test_between_servers/43', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=44): ZnodeStat(czxid=63, mzxid=1083, ctime=1777565753654, mtime=1777565767937, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=63) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2046): Exists(path='/test_between_servers/44', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2046): ZnodeStat(czxid=64, mzxid=1084, ctime=1777565753673, mtime=1777565767948, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=64) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=45): Exists(path='/test_between_servers/44', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=45): ZnodeStat(czxid=64, mzxid=1084, ctime=1777565753673, mtime=1777565767948, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=64) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=45): Exists(path='/test_between_servers/44', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=45): ZnodeStat(czxid=64, mzxid=1084, ctime=1777565753673, mtime=1777565767948, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=64) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2047): Exists(path='/test_between_servers/45', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2047): ZnodeStat(czxid=65, mzxid=1085, ctime=1777565753690, mtime=1777565767961, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=65) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=46): Exists(path='/test_between_servers/45', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=46): ZnodeStat(czxid=65, mzxid=1085, ctime=1777565753690, mtime=1777565767961, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=65) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=46): Exists(path='/test_between_servers/45', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=46): ZnodeStat(czxid=65, mzxid=1085, ctime=1777565753690, mtime=1777565767961, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=65) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2048): Exists(path='/test_between_servers/46', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2048): ZnodeStat(czxid=66, mzxid=1086, ctime=1777565753703, mtime=1777565767972, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=66) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=47): Exists(path='/test_between_servers/46', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=47): ZnodeStat(czxid=66, mzxid=1086, ctime=1777565753703, mtime=1777565767972, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=66) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=47): Exists(path='/test_between_servers/46', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=47): ZnodeStat(czxid=66, mzxid=1086, ctime=1777565753703, mtime=1777565767972, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=66) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2049): Exists(path='/test_between_servers/47', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2049): ZnodeStat(czxid=67, mzxid=1087, ctime=1777565753720, mtime=1777565767982, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=67) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=48): Exists(path='/test_between_servers/47', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=48): ZnodeStat(czxid=67, mzxid=1087, ctime=1777565753720, mtime=1777565767982, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=67) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=48): Exists(path='/test_between_servers/47', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=48): ZnodeStat(czxid=67, mzxid=1087, ctime=1777565753720, mtime=1777565767982, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=67) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2050): Exists(path='/test_between_servers/48', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2050): ZnodeStat(czxid=68, mzxid=1088, ctime=1777565753731, mtime=1777565767995, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=68) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=49): Exists(path='/test_between_servers/48', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=49): ZnodeStat(czxid=68, mzxid=1088, ctime=1777565753731, mtime=1777565767995, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=68) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=49): Exists(path='/test_between_servers/48', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=49): ZnodeStat(czxid=68, mzxid=1088, ctime=1777565753731, mtime=1777565767995, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=68) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2051): Exists(path='/test_between_servers/49', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2051): ZnodeStat(czxid=69, mzxid=1089, ctime=1777565753751, mtime=1777565768009, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=69) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=50): Exists(path='/test_between_servers/49', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=50): ZnodeStat(czxid=69, mzxid=1089, ctime=1777565753751, mtime=1777565768009, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=69) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=50): Exists(path='/test_between_servers/49', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=50): ZnodeStat(czxid=69, mzxid=1089, ctime=1777565753751, mtime=1777565768009, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=69) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2052): Exists(path='/test_between_servers/50', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2052): ZnodeStat(czxid=70, mzxid=1090, ctime=1777565753774, mtime=1777565768018, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=70) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=51): Exists(path='/test_between_servers/50', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=51): ZnodeStat(czxid=70, mzxid=1090, ctime=1777565753774, mtime=1777565768018, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=70) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=51): Exists(path='/test_between_servers/50', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=51): ZnodeStat(czxid=70, mzxid=1090, ctime=1777565753774, mtime=1777565768018, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=70) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2053): Exists(path='/test_between_servers/51', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2053): ZnodeStat(czxid=71, mzxid=1091, ctime=1777565753798, mtime=1777565768027, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=71) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=52): Exists(path='/test_between_servers/51', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=52): ZnodeStat(czxid=71, mzxid=1091, ctime=1777565753798, mtime=1777565768027, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=71) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=52): Exists(path='/test_between_servers/51', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=52): ZnodeStat(czxid=71, mzxid=1091, ctime=1777565753798, mtime=1777565768027, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=71) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2054): Exists(path='/test_between_servers/52', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2054): ZnodeStat(czxid=72, mzxid=1092, ctime=1777565753812, mtime=1777565768037, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=72) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=53): Exists(path='/test_between_servers/52', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=53): ZnodeStat(czxid=72, mzxid=1092, ctime=1777565753812, mtime=1777565768037, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=72) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=53): Exists(path='/test_between_servers/52', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=53): ZnodeStat(czxid=72, mzxid=1092, ctime=1777565753812, mtime=1777565768037, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=72) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2055): Exists(path='/test_between_servers/53', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2055): ZnodeStat(czxid=73, mzxid=1093, ctime=1777565753825, mtime=1777565768048, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=73) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=54): Exists(path='/test_between_servers/53', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=54): ZnodeStat(czxid=73, mzxid=1093, ctime=1777565753825, mtime=1777565768048, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=73) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=54): Exists(path='/test_between_servers/53', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=54): ZnodeStat(czxid=73, mzxid=1093, ctime=1777565753825, mtime=1777565768048, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=73) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2056): Exists(path='/test_between_servers/54', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2056): ZnodeStat(czxid=74, mzxid=1094, ctime=1777565753844, mtime=1777565768057, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=74) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=55): Exists(path='/test_between_servers/54', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=55): ZnodeStat(czxid=74, mzxid=1094, ctime=1777565753844, mtime=1777565768057, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=74) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=55): Exists(path='/test_between_servers/54', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=55): ZnodeStat(czxid=74, mzxid=1094, ctime=1777565753844, mtime=1777565768057, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=74) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2057): Exists(path='/test_between_servers/55', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2057): ZnodeStat(czxid=75, mzxid=1095, ctime=1777565753861, mtime=1777565768069, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=75) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=56): Exists(path='/test_between_servers/55', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=56): ZnodeStat(czxid=75, mzxid=1095, ctime=1777565753861, mtime=1777565768069, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=75) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=56): Exists(path='/test_between_servers/55', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=56): ZnodeStat(czxid=75, mzxid=1095, ctime=1777565753861, mtime=1777565768069, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=75) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2058): Exists(path='/test_between_servers/56', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2058): ZnodeStat(czxid=76, mzxid=1096, ctime=1777565753880, mtime=1777565768078, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=76) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=57): Exists(path='/test_between_servers/56', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=57): ZnodeStat(czxid=76, mzxid=1096, ctime=1777565753880, mtime=1777565768078, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=76) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=57): Exists(path='/test_between_servers/56', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=57): ZnodeStat(czxid=76, mzxid=1096, ctime=1777565753880, mtime=1777565768078, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=76) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2059): Exists(path='/test_between_servers/57', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2059): ZnodeStat(czxid=77, mzxid=1097, ctime=1777565753897, mtime=1777565768088, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=77) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=58): Exists(path='/test_between_servers/57', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=58): ZnodeStat(czxid=77, mzxid=1097, ctime=1777565753897, mtime=1777565768088, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=77) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=58): Exists(path='/test_between_servers/57', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=58): ZnodeStat(czxid=77, mzxid=1097, ctime=1777565753897, mtime=1777565768088, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=77) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2060): Exists(path='/test_between_servers/58', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2060): ZnodeStat(czxid=78, mzxid=1098, ctime=1777565753912, mtime=1777565768098, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=78) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=59): Exists(path='/test_between_servers/58', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=59): ZnodeStat(czxid=78, mzxid=1098, ctime=1777565753912, mtime=1777565768098, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=78) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=59): Exists(path='/test_between_servers/58', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=59): ZnodeStat(czxid=78, mzxid=1098, ctime=1777565753912, mtime=1777565768098, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=78) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2061): Exists(path='/test_between_servers/59', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2061): ZnodeStat(czxid=79, mzxid=1099, ctime=1777565753926, mtime=1777565768108, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=79) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=60): Exists(path='/test_between_servers/59', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=60): ZnodeStat(czxid=79, mzxid=1099, ctime=1777565753926, mtime=1777565768108, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=79) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=60): Exists(path='/test_between_servers/59', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=60): ZnodeStat(czxid=79, mzxid=1099, ctime=1777565753926, mtime=1777565768108, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=79) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2062): Exists(path='/test_between_servers/60', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2062): ZnodeStat(czxid=80, mzxid=1100, ctime=1777565753941, mtime=1777565768118, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=80) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=61): Exists(path='/test_between_servers/60', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=61): ZnodeStat(czxid=80, mzxid=1100, ctime=1777565753941, mtime=1777565768118, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=80) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=61): Exists(path='/test_between_servers/60', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=61): ZnodeStat(czxid=80, mzxid=1100, ctime=1777565753941, mtime=1777565768118, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=80) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2063): Exists(path='/test_between_servers/61', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2063): ZnodeStat(czxid=81, mzxid=1101, ctime=1777565753955, mtime=1777565768130, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=81) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=62): Exists(path='/test_between_servers/61', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=62): ZnodeStat(czxid=81, mzxid=1101, ctime=1777565753955, mtime=1777565768130, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=81) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=62): Exists(path='/test_between_servers/61', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=62): ZnodeStat(czxid=81, mzxid=1101, ctime=1777565753955, mtime=1777565768130, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=81) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2064): Exists(path='/test_between_servers/62', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2064): ZnodeStat(czxid=82, mzxid=1102, ctime=1777565753972, mtime=1777565768138, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=82) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=63): Exists(path='/test_between_servers/62', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=63): ZnodeStat(czxid=82, mzxid=1102, ctime=1777565753972, mtime=1777565768138, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=82) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=63): Exists(path='/test_between_servers/62', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=63): ZnodeStat(czxid=82, mzxid=1102, ctime=1777565753972, mtime=1777565768138, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=82) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2065): Exists(path='/test_between_servers/63', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2065): ZnodeStat(czxid=83, mzxid=1103, ctime=1777565753988, mtime=1777565768149, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=83) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=64): Exists(path='/test_between_servers/63', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=64): ZnodeStat(czxid=83, mzxid=1103, ctime=1777565753988, mtime=1777565768149, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=83) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=64): Exists(path='/test_between_servers/63', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=64): ZnodeStat(czxid=83, mzxid=1103, ctime=1777565753988, mtime=1777565768149, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=83) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2066): Exists(path='/test_between_servers/64', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2066): ZnodeStat(czxid=84, mzxid=1104, ctime=1777565754005, mtime=1777565768157, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=84) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=65): Exists(path='/test_between_servers/64', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=65): ZnodeStat(czxid=84, mzxid=1104, ctime=1777565754005, mtime=1777565768157, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=84) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=65): Exists(path='/test_between_servers/64', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=65): ZnodeStat(czxid=84, mzxid=1104, ctime=1777565754005, mtime=1777565768157, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=84) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2067): Exists(path='/test_between_servers/65', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2067): ZnodeStat(czxid=85, mzxid=1105, ctime=1777565754024, mtime=1777565768165, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=85) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=66): Exists(path='/test_between_servers/65', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=66): ZnodeStat(czxid=85, mzxid=1105, ctime=1777565754024, mtime=1777565768165, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=85) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=66): Exists(path='/test_between_servers/65', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=66): ZnodeStat(czxid=85, mzxid=1105, ctime=1777565754024, mtime=1777565768165, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=85) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2068): Exists(path='/test_between_servers/66', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2068): ZnodeStat(czxid=86, mzxid=1106, ctime=1777565754037, mtime=1777565768175, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=86) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=67): Exists(path='/test_between_servers/66', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=67): ZnodeStat(czxid=86, mzxid=1106, ctime=1777565754037, mtime=1777565768175, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=86) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=67): Exists(path='/test_between_servers/66', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=67): ZnodeStat(czxid=86, mzxid=1106, ctime=1777565754037, mtime=1777565768175, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=86) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2069): Exists(path='/test_between_servers/67', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2069): ZnodeStat(czxid=87, mzxid=1107, ctime=1777565754050, mtime=1777565768183, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=87) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=68): Exists(path='/test_between_servers/67', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=68): ZnodeStat(czxid=87, mzxid=1107, ctime=1777565754050, mtime=1777565768183, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=87) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=68): Exists(path='/test_between_servers/67', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=68): ZnodeStat(czxid=87, mzxid=1107, ctime=1777565754050, mtime=1777565768183, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=87) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2070): Exists(path='/test_between_servers/68', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2070): ZnodeStat(czxid=88, mzxid=1108, ctime=1777565754062, mtime=1777565768190, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=88) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=69): Exists(path='/test_between_servers/68', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=69): ZnodeStat(czxid=88, mzxid=1108, ctime=1777565754062, mtime=1777565768190, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=88) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=69): Exists(path='/test_between_servers/68', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=69): ZnodeStat(czxid=88, mzxid=1108, ctime=1777565754062, mtime=1777565768190, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=88) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2071): Exists(path='/test_between_servers/69', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2071): ZnodeStat(czxid=89, mzxid=1109, ctime=1777565754075, mtime=1777565768199, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=89) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=70): Exists(path='/test_between_servers/69', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=70): ZnodeStat(czxid=89, mzxid=1109, ctime=1777565754075, mtime=1777565768199, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=89) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=70): Exists(path='/test_between_servers/69', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=70): ZnodeStat(czxid=89, mzxid=1109, ctime=1777565754075, mtime=1777565768199, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=89) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2072): Exists(path='/test_between_servers/70', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2072): ZnodeStat(czxid=90, mzxid=1110, ctime=1777565754085, mtime=1777565768213, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=90) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=71): Exists(path='/test_between_servers/70', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=71): ZnodeStat(czxid=90, mzxid=1110, ctime=1777565754085, mtime=1777565768213, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=90) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=71): Exists(path='/test_between_servers/70', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=71): ZnodeStat(czxid=90, mzxid=1110, ctime=1777565754085, mtime=1777565768213, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=90) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2073): Exists(path='/test_between_servers/71', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2073): ZnodeStat(czxid=91, mzxid=1111, ctime=1777565754097, mtime=1777565768224, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=91) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=72): Exists(path='/test_between_servers/71', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=72): ZnodeStat(czxid=91, mzxid=1111, ctime=1777565754097, mtime=1777565768224, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=91) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=72): Exists(path='/test_between_servers/71', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=72): ZnodeStat(czxid=91, mzxid=1111, ctime=1777565754097, mtime=1777565768224, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=91) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2074): Exists(path='/test_between_servers/72', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2074): ZnodeStat(czxid=92, mzxid=1112, ctime=1777565754110, mtime=1777565768237, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=92) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=73): Exists(path='/test_between_servers/72', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=73): ZnodeStat(czxid=92, mzxid=1112, ctime=1777565754110, mtime=1777565768237, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=92) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=73): Exists(path='/test_between_servers/72', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=73): ZnodeStat(czxid=92, mzxid=1112, ctime=1777565754110, mtime=1777565768237, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=92) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2075): Exists(path='/test_between_servers/73', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2075): ZnodeStat(czxid=93, mzxid=1113, ctime=1777565754123, mtime=1777565768247, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=93) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=74): Exists(path='/test_between_servers/73', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=74): ZnodeStat(czxid=93, mzxid=1113, ctime=1777565754123, mtime=1777565768247, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=93) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=74): Exists(path='/test_between_servers/73', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=74): ZnodeStat(czxid=93, mzxid=1113, ctime=1777565754123, mtime=1777565768247, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=93) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2076): Exists(path='/test_between_servers/74', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2076): ZnodeStat(czxid=94, mzxid=1114, ctime=1777565754135, mtime=1777565768257, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=94) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=75): Exists(path='/test_between_servers/74', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=75): ZnodeStat(czxid=94, mzxid=1114, ctime=1777565754135, mtime=1777565768257, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=94) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=75): Exists(path='/test_between_servers/74', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=75): ZnodeStat(czxid=94, mzxid=1114, ctime=1777565754135, mtime=1777565768257, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=94) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2077): Exists(path='/test_between_servers/75', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2077): ZnodeStat(czxid=95, mzxid=1115, ctime=1777565754151, mtime=1777565768268, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=95) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=76): Exists(path='/test_between_servers/75', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=76): ZnodeStat(czxid=95, mzxid=1115, ctime=1777565754151, mtime=1777565768268, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=95) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=76): Exists(path='/test_between_servers/75', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=76): ZnodeStat(czxid=95, mzxid=1115, ctime=1777565754151, mtime=1777565768268, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=95) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2078): Exists(path='/test_between_servers/76', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2078): ZnodeStat(czxid=96, mzxid=1116, ctime=1777565754165, mtime=1777565768278, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=96) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=77): Exists(path='/test_between_servers/76', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=77): ZnodeStat(czxid=96, mzxid=1116, ctime=1777565754165, mtime=1777565768278, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=96) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=77): Exists(path='/test_between_servers/76', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=77): ZnodeStat(czxid=96, mzxid=1116, ctime=1777565754165, mtime=1777565768278, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=96) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2079): Exists(path='/test_between_servers/77', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2079): ZnodeStat(czxid=97, mzxid=1118, ctime=1777565754180, mtime=1777565768288, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=97) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=78): Exists(path='/test_between_servers/77', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=78): ZnodeStat(czxid=97, mzxid=1118, ctime=1777565754180, mtime=1777565768288, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=97) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=78): Exists(path='/test_between_servers/77', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=78): ZnodeStat(czxid=97, mzxid=1118, ctime=1777565754180, mtime=1777565768288, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=97) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2080): Exists(path='/test_between_servers/78', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2080): ZnodeStat(czxid=98, mzxid=1119, ctime=1777565754192, mtime=1777565768298, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=98) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=79): Exists(path='/test_between_servers/78', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=79): ZnodeStat(czxid=98, mzxid=1119, ctime=1777565754192, mtime=1777565768298, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=98) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=79): Exists(path='/test_between_servers/78', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=79): ZnodeStat(czxid=98, mzxid=1119, ctime=1777565754192, mtime=1777565768298, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=98) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2081): Exists(path='/test_between_servers/79', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2081): ZnodeStat(czxid=99, mzxid=1120, ctime=1777565754207, mtime=1777565768313, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=99) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=80): Exists(path='/test_between_servers/79', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=80): ZnodeStat(czxid=99, mzxid=1120, ctime=1777565754207, mtime=1777565768313, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=99) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=80): Exists(path='/test_between_servers/79', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=80): ZnodeStat(czxid=99, mzxid=1120, ctime=1777565754207, mtime=1777565768313, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=99) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2082): Exists(path='/test_between_servers/80', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2082): ZnodeStat(czxid=100, mzxid=1121, ctime=1777565754219, mtime=1777565768321, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=100) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=81): Exists(path='/test_between_servers/80', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=81): ZnodeStat(czxid=100, mzxid=1121, ctime=1777565754219, mtime=1777565768321, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=100) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=81): Exists(path='/test_between_servers/80', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=81): ZnodeStat(czxid=100, mzxid=1121, ctime=1777565754219, mtime=1777565768321, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=100) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2083): Exists(path='/test_between_servers/81', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2083): ZnodeStat(czxid=101, mzxid=1122, ctime=1777565754234, mtime=1777565768331, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=101) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=82): Exists(path='/test_between_servers/81', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=82): ZnodeStat(czxid=101, mzxid=1122, ctime=1777565754234, mtime=1777565768331, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=101) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=82): Exists(path='/test_between_servers/81', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=82): ZnodeStat(czxid=101, mzxid=1122, ctime=1777565754234, mtime=1777565768331, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=101) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2084): Exists(path='/test_between_servers/82', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2084): ZnodeStat(czxid=102, mzxid=1123, ctime=1777565754246, mtime=1777565768342, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=102) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=83): Exists(path='/test_between_servers/82', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=83): ZnodeStat(czxid=102, mzxid=1123, ctime=1777565754246, mtime=1777565768342, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=102) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=83): Exists(path='/test_between_servers/82', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=83): ZnodeStat(czxid=102, mzxid=1123, ctime=1777565754246, mtime=1777565768342, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=102) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2085): Exists(path='/test_between_servers/83', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2085): ZnodeStat(czxid=103, mzxid=1124, ctime=1777565754258, mtime=1777565768351, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=103) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=84): Exists(path='/test_between_servers/83', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=84): ZnodeStat(czxid=103, mzxid=1124, ctime=1777565754258, mtime=1777565768351, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=103) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=84): Exists(path='/test_between_servers/83', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=84): ZnodeStat(czxid=103, mzxid=1124, ctime=1777565754258, mtime=1777565768351, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=103) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2086): Exists(path='/test_between_servers/84', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2086): ZnodeStat(czxid=104, mzxid=1125, ctime=1777565754271, mtime=1777565768363, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=104) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=85): Exists(path='/test_between_servers/84', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=85): ZnodeStat(czxid=104, mzxid=1125, ctime=1777565754271, mtime=1777565768363, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=104) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=85): Exists(path='/test_between_servers/84', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=85): ZnodeStat(czxid=104, mzxid=1125, ctime=1777565754271, mtime=1777565768363, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=104) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2087): Exists(path='/test_between_servers/85', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2087): ZnodeStat(czxid=105, mzxid=1126, ctime=1777565754286, mtime=1777565768371, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=105) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=86): Exists(path='/test_between_servers/85', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=86): ZnodeStat(czxid=105, mzxid=1126, ctime=1777565754286, mtime=1777565768371, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=105) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=86): Exists(path='/test_between_servers/85', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=86): ZnodeStat(czxid=105, mzxid=1126, ctime=1777565754286, mtime=1777565768371, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=105) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2088): Exists(path='/test_between_servers/86', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2088): ZnodeStat(czxid=106, mzxid=1127, ctime=1777565754299, mtime=1777565768380, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=106) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=87): Exists(path='/test_between_servers/86', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=87): ZnodeStat(czxid=106, mzxid=1127, ctime=1777565754299, mtime=1777565768380, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=106) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=87): Exists(path='/test_between_servers/86', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=87): ZnodeStat(czxid=106, mzxid=1127, ctime=1777565754299, mtime=1777565768380, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=106) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2089): Exists(path='/test_between_servers/87', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2089): ZnodeStat(czxid=107, mzxid=1128, ctime=1777565754313, mtime=1777565768388, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=107) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=88): Exists(path='/test_between_servers/87', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=88): ZnodeStat(czxid=107, mzxid=1128, ctime=1777565754313, mtime=1777565768388, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=107) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=88): Exists(path='/test_between_servers/87', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=88): ZnodeStat(czxid=107, mzxid=1128, ctime=1777565754313, mtime=1777565768388, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=107) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2090): Exists(path='/test_between_servers/88', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2090): ZnodeStat(czxid=108, mzxid=1129, ctime=1777565754329, mtime=1777565768398, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=108) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=89): Exists(path='/test_between_servers/88', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=89): ZnodeStat(czxid=108, mzxid=1129, ctime=1777565754329, mtime=1777565768398, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=108) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=89): Exists(path='/test_between_servers/88', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=89): ZnodeStat(czxid=108, mzxid=1129, ctime=1777565754329, mtime=1777565768398, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=108) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2091): Exists(path='/test_between_servers/89', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2091): ZnodeStat(czxid=109, mzxid=1130, ctime=1777565754348, mtime=1777565768405, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=109) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=90): Exists(path='/test_between_servers/89', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=90): ZnodeStat(czxid=109, mzxid=1130, ctime=1777565754348, mtime=1777565768405, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=109) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=90): Exists(path='/test_between_servers/89', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=90): ZnodeStat(czxid=109, mzxid=1130, ctime=1777565754348, mtime=1777565768405, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=109) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2092): Exists(path='/test_between_servers/90', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2092): ZnodeStat(czxid=110, mzxid=1131, ctime=1777565754362, mtime=1777565768413, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=110) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=91): Exists(path='/test_between_servers/90', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=91): ZnodeStat(czxid=110, mzxid=1131, ctime=1777565754362, mtime=1777565768413, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=110) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=91): Exists(path='/test_between_servers/90', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=91): ZnodeStat(czxid=110, mzxid=1131, ctime=1777565754362, mtime=1777565768413, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=110) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2093): Exists(path='/test_between_servers/91', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2093): ZnodeStat(czxid=111, mzxid=1132, ctime=1777565754375, mtime=1777565768421, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=111) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=92): Exists(path='/test_between_servers/91', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=92): ZnodeStat(czxid=111, mzxid=1132, ctime=1777565754375, mtime=1777565768421, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=111) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=92): Exists(path='/test_between_servers/91', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=92): ZnodeStat(czxid=111, mzxid=1132, ctime=1777565754375, mtime=1777565768421, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=111) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2094): Exists(path='/test_between_servers/92', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2094): ZnodeStat(czxid=112, mzxid=1133, ctime=1777565754388, mtime=1777565768432, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=112) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=93): Exists(path='/test_between_servers/92', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=93): ZnodeStat(czxid=112, mzxid=1133, ctime=1777565754388, mtime=1777565768432, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=112) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=93): Exists(path='/test_between_servers/92', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=93): ZnodeStat(czxid=112, mzxid=1133, ctime=1777565754388, mtime=1777565768432, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=112) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2095): Exists(path='/test_between_servers/93', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2095): ZnodeStat(czxid=113, mzxid=1134, ctime=1777565754403, mtime=1777565768443, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=113) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=94): Exists(path='/test_between_servers/93', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=94): ZnodeStat(czxid=113, mzxid=1134, ctime=1777565754403, mtime=1777565768443, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=113) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=94): Exists(path='/test_between_servers/93', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=94): ZnodeStat(czxid=113, mzxid=1134, ctime=1777565754403, mtime=1777565768443, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=113) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2096): Exists(path='/test_between_servers/94', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2096): ZnodeStat(czxid=114, mzxid=1135, ctime=1777565754414, mtime=1777565768452, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=114) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=95): Exists(path='/test_between_servers/94', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=95): ZnodeStat(czxid=114, mzxid=1135, ctime=1777565754414, mtime=1777565768452, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=114) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=95): Exists(path='/test_between_servers/94', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=95): ZnodeStat(czxid=114, mzxid=1135, ctime=1777565754414, mtime=1777565768452, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=114) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2097): Exists(path='/test_between_servers/95', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2097): ZnodeStat(czxid=115, mzxid=1136, ctime=1777565754426, mtime=1777565768464, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=115) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=96): Exists(path='/test_between_servers/95', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=96): ZnodeStat(czxid=115, mzxid=1136, ctime=1777565754426, mtime=1777565768464, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=115) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=96): Exists(path='/test_between_servers/95', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=96): ZnodeStat(czxid=115, mzxid=1136, ctime=1777565754426, mtime=1777565768464, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=115) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2098): Exists(path='/test_between_servers/96', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2098): ZnodeStat(czxid=116, mzxid=1138, ctime=1777565754440, mtime=1777565768474, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=116) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=97): Exists(path='/test_between_servers/96', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=97): ZnodeStat(czxid=116, mzxid=1138, ctime=1777565754440, mtime=1777565768474, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=116) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=97): Exists(path='/test_between_servers/96', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=97): ZnodeStat(czxid=116, mzxid=1138, ctime=1777565754440, mtime=1777565768474, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=116) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2099): Exists(path='/test_between_servers/97', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2099): ZnodeStat(czxid=117, mzxid=1139, ctime=1777565754455, mtime=1777565768484, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=117) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=98): Exists(path='/test_between_servers/97', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=98): ZnodeStat(czxid=117, mzxid=1139, ctime=1777565754455, mtime=1777565768484, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=117) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=98): Exists(path='/test_between_servers/97', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=98): ZnodeStat(czxid=117, mzxid=1139, ctime=1777565754455, mtime=1777565768484, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=117) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2100): Exists(path='/test_between_servers/98', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2100): ZnodeStat(czxid=118, mzxid=1140, ctime=1777565754469, mtime=1777565768495, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=118) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=99): Exists(path='/test_between_servers/98', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=99): ZnodeStat(czxid=118, mzxid=1140, ctime=1777565754469, mtime=1777565768495, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=118) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=99): Exists(path='/test_between_servers/98', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=99): ZnodeStat(czxid=118, mzxid=1140, ctime=1777565754469, mtime=1777565768495, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=118) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2101): Exists(path='/test_between_servers/99', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2101): ZnodeStat(czxid=119, mzxid=1141, ctime=1777565754484, mtime=1777565768503, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=119) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=100): Exists(path='/test_between_servers/99', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=100): ZnodeStat(czxid=119, mzxid=1141, ctime=1777565754484, mtime=1777565768503, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=119) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=100): Exists(path='/test_between_servers/99', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=100): ZnodeStat(czxid=119, mzxid=1141, ctime=1777565754484, mtime=1777565768503, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=119) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2102): Exists(path='/test_between_servers/100', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2102): ZnodeStat(czxid=120, mzxid=1142, ctime=1777565754499, mtime=1777565768514, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=120) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=101): Exists(path='/test_between_servers/100', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=101): ZnodeStat(czxid=120, mzxid=1142, ctime=1777565754499, mtime=1777565768514, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=120) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=101): Exists(path='/test_between_servers/100', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=101): ZnodeStat(czxid=120, mzxid=1142, ctime=1777565754499, mtime=1777565768514, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=120) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2103): Exists(path='/test_between_servers/101', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2103): ZnodeStat(czxid=121, mzxid=1143, ctime=1777565754511, mtime=1777565768521, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=121) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=102): Exists(path='/test_between_servers/101', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=102): ZnodeStat(czxid=121, mzxid=1143, ctime=1777565754511, mtime=1777565768521, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=121) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=102): Exists(path='/test_between_servers/101', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=102): ZnodeStat(czxid=121, mzxid=1143, ctime=1777565754511, mtime=1777565768521, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=121) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2104): Exists(path='/test_between_servers/102', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2104): ZnodeStat(czxid=122, mzxid=1144, ctime=1777565754526, mtime=1777565768536, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=122) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=103): Exists(path='/test_between_servers/102', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=103): ZnodeStat(czxid=122, mzxid=1144, ctime=1777565754526, mtime=1777565768536, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=122) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=103): Exists(path='/test_between_servers/102', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=103): ZnodeStat(czxid=122, mzxid=1144, ctime=1777565754526, mtime=1777565768536, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=122) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2105): Exists(path='/test_between_servers/103', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2105): ZnodeStat(czxid=123, mzxid=1145, ctime=1777565754540, mtime=1777565768547, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=123) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=104): Exists(path='/test_between_servers/103', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=104): ZnodeStat(czxid=123, mzxid=1145, ctime=1777565754540, mtime=1777565768547, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=123) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=104): Exists(path='/test_between_servers/103', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=104): ZnodeStat(czxid=123, mzxid=1145, ctime=1777565754540, mtime=1777565768547, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=123) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2106): Exists(path='/test_between_servers/104', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2106): ZnodeStat(czxid=124, mzxid=1146, ctime=1777565754562, mtime=1777565768557, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=124) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=105): Exists(path='/test_between_servers/104', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=105): ZnodeStat(czxid=124, mzxid=1146, ctime=1777565754562, mtime=1777565768557, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=124) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=105): Exists(path='/test_between_servers/104', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=105): ZnodeStat(czxid=124, mzxid=1146, ctime=1777565754562, mtime=1777565768557, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=124) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2107): Exists(path='/test_between_servers/105', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2107): ZnodeStat(czxid=125, mzxid=1147, ctime=1777565754578, mtime=1777565768569, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=125) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=106): Exists(path='/test_between_servers/105', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=106): ZnodeStat(czxid=125, mzxid=1147, ctime=1777565754578, mtime=1777565768569, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=125) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=106): Exists(path='/test_between_servers/105', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=106): ZnodeStat(czxid=125, mzxid=1147, ctime=1777565754578, mtime=1777565768569, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=125) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2108): Exists(path='/test_between_servers/106', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2108): ZnodeStat(czxid=126, mzxid=1148, ctime=1777565754594, mtime=1777565768577, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=126) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=107): Exists(path='/test_between_servers/106', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=107): ZnodeStat(czxid=126, mzxid=1148, ctime=1777565754594, mtime=1777565768577, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=126) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=107): Exists(path='/test_between_servers/106', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=107): ZnodeStat(czxid=126, mzxid=1148, ctime=1777565754594, mtime=1777565768577, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=126) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2109): Exists(path='/test_between_servers/107', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2109): ZnodeStat(czxid=127, mzxid=1149, ctime=1777565754609, mtime=1777565768584, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=127) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=108): Exists(path='/test_between_servers/107', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=108): ZnodeStat(czxid=127, mzxid=1149, ctime=1777565754609, mtime=1777565768584, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=127) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=108): Exists(path='/test_between_servers/107', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=108): ZnodeStat(czxid=127, mzxid=1149, ctime=1777565754609, mtime=1777565768584, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=127) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2110): Exists(path='/test_between_servers/108', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2110): ZnodeStat(czxid=128, mzxid=1150, ctime=1777565754619, mtime=1777565768595, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=128) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=109): Exists(path='/test_between_servers/108', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=109): ZnodeStat(czxid=128, mzxid=1150, ctime=1777565754619, mtime=1777565768595, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=128) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=109): Exists(path='/test_between_servers/108', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=109): ZnodeStat(czxid=128, mzxid=1150, ctime=1777565754619, mtime=1777565768595, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=128) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2111): Exists(path='/test_between_servers/109', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2111): ZnodeStat(czxid=129, mzxid=1151, ctime=1777565754632, mtime=1777565768604, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=129) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=110): Exists(path='/test_between_servers/109', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=110): ZnodeStat(czxid=129, mzxid=1151, ctime=1777565754632, mtime=1777565768604, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=129) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=110): Exists(path='/test_between_servers/109', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=110): ZnodeStat(czxid=129, mzxid=1151, ctime=1777565754632, mtime=1777565768604, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=129) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2112): Exists(path='/test_between_servers/110', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2112): ZnodeStat(czxid=130, mzxid=1152, ctime=1777565754647, mtime=1777565768614, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=130) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=111): Exists(path='/test_between_servers/110', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=111): ZnodeStat(czxid=130, mzxid=1152, ctime=1777565754647, mtime=1777565768614, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=130) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=111): Exists(path='/test_between_servers/110', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=111): ZnodeStat(czxid=130, mzxid=1152, ctime=1777565754647, mtime=1777565768614, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=130) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2113): Exists(path='/test_between_servers/111', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2113): ZnodeStat(czxid=131, mzxid=1153, ctime=1777565754661, mtime=1777565768625, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=131) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=112): Exists(path='/test_between_servers/111', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=112): ZnodeStat(czxid=131, mzxid=1153, ctime=1777565754661, mtime=1777565768625, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=131) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=112): Exists(path='/test_between_servers/111', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=112): ZnodeStat(czxid=131, mzxid=1153, ctime=1777565754661, mtime=1777565768625, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=131) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2114): Exists(path='/test_between_servers/112', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2114): ZnodeStat(czxid=132, mzxid=1154, ctime=1777565754674, mtime=1777565768640, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=132) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=113): Exists(path='/test_between_servers/112', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=113): ZnodeStat(czxid=132, mzxid=1154, ctime=1777565754674, mtime=1777565768640, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=132) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=113): Exists(path='/test_between_servers/112', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=113): ZnodeStat(czxid=132, mzxid=1154, ctime=1777565754674, mtime=1777565768640, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=132) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2115): Exists(path='/test_between_servers/113', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2115): ZnodeStat(czxid=133, mzxid=1155, ctime=1777565754693, mtime=1777565768652, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=133) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=114): Exists(path='/test_between_servers/113', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=114): ZnodeStat(czxid=133, mzxid=1155, ctime=1777565754693, mtime=1777565768652, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=133) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=114): Exists(path='/test_between_servers/113', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=114): ZnodeStat(czxid=133, mzxid=1155, ctime=1777565754693, mtime=1777565768652, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=133) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2116): Exists(path='/test_between_servers/114', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2116): ZnodeStat(czxid=134, mzxid=1156, ctime=1777565754708, mtime=1777565768662, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=134) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=115): Exists(path='/test_between_servers/114', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=115): ZnodeStat(czxid=134, mzxid=1156, ctime=1777565754708, mtime=1777565768662, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=134) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=115): Exists(path='/test_between_servers/114', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=115): ZnodeStat(czxid=134, mzxid=1156, ctime=1777565754708, mtime=1777565768662, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=134) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2117): Exists(path='/test_between_servers/115', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2117): ZnodeStat(czxid=135, mzxid=1157, ctime=1777565754719, mtime=1777565768672, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=135) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=116): Exists(path='/test_between_servers/115', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=116): ZnodeStat(czxid=135, mzxid=1157, ctime=1777565754719, mtime=1777565768672, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=135) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=116): Exists(path='/test_between_servers/115', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=116): ZnodeStat(czxid=135, mzxid=1157, ctime=1777565754719, mtime=1777565768672, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=135) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2118): Exists(path='/test_between_servers/116', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2118): ZnodeStat(czxid=136, mzxid=1158, ctime=1777565754731, mtime=1777565768681, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=136) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=117): Exists(path='/test_between_servers/116', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=117): ZnodeStat(czxid=136, mzxid=1158, ctime=1777565754731, mtime=1777565768681, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=136) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=117): Exists(path='/test_between_servers/116', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=117): ZnodeStat(czxid=136, mzxid=1158, ctime=1777565754731, mtime=1777565768681, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=136) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2119): Exists(path='/test_between_servers/117', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2119): ZnodeStat(czxid=137, mzxid=1159, ctime=1777565754745, mtime=1777565768690, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=137) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=118): Exists(path='/test_between_servers/117', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=118): ZnodeStat(czxid=137, mzxid=1159, ctime=1777565754745, mtime=1777565768690, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=137) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=118): Exists(path='/test_between_servers/117', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=118): ZnodeStat(czxid=137, mzxid=1159, ctime=1777565754745, mtime=1777565768690, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=137) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2120): Exists(path='/test_between_servers/118', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2120): ZnodeStat(czxid=138, mzxid=1160, ctime=1777565754756, mtime=1777565768698, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=138) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=119): Exists(path='/test_between_servers/118', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=119): ZnodeStat(czxid=138, mzxid=1160, ctime=1777565754756, mtime=1777565768698, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=138) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=119): Exists(path='/test_between_servers/118', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=119): ZnodeStat(czxid=138, mzxid=1160, ctime=1777565754756, mtime=1777565768698, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=138) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2121): Exists(path='/test_between_servers/119', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2121): ZnodeStat(czxid=139, mzxid=1161, ctime=1777565754766, mtime=1777565768707, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=139) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=120): Exists(path='/test_between_servers/119', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=120): ZnodeStat(czxid=139, mzxid=1161, ctime=1777565754766, mtime=1777565768707, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=139) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=120): Exists(path='/test_between_servers/119', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=120): ZnodeStat(czxid=139, mzxid=1161, ctime=1777565754766, mtime=1777565768707, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=139) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2122): Exists(path='/test_between_servers/120', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2122): ZnodeStat(czxid=140, mzxid=1162, ctime=1777565754775, mtime=1777565768723, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=140) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=121): Exists(path='/test_between_servers/120', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=121): ZnodeStat(czxid=140, mzxid=1162, ctime=1777565754775, mtime=1777565768723, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=140) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=121): Exists(path='/test_between_servers/120', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=121): ZnodeStat(czxid=140, mzxid=1162, ctime=1777565754775, mtime=1777565768723, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=140) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2123): Exists(path='/test_between_servers/121', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2123): ZnodeStat(czxid=141, mzxid=1163, ctime=1777565754790, mtime=1777565768742, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=141) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=122): Exists(path='/test_between_servers/121', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=122): ZnodeStat(czxid=141, mzxid=1163, ctime=1777565754790, mtime=1777565768742, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=141) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=122): Exists(path='/test_between_servers/121', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=122): ZnodeStat(czxid=141, mzxid=1163, ctime=1777565754790, mtime=1777565768742, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=141) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2124): Exists(path='/test_between_servers/122', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2124): ZnodeStat(czxid=142, mzxid=1164, ctime=1777565754804, mtime=1777565768755, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=142) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=123): Exists(path='/test_between_servers/122', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=123): ZnodeStat(czxid=142, mzxid=1164, ctime=1777565754804, mtime=1777565768755, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=142) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=123): Exists(path='/test_between_servers/122', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=123): ZnodeStat(czxid=142, mzxid=1164, ctime=1777565754804, mtime=1777565768755, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=142) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2125): Exists(path='/test_between_servers/123', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2125): ZnodeStat(czxid=143, mzxid=1165, ctime=1777565754819, mtime=1777565768767, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=143) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=124): Exists(path='/test_between_servers/123', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=124): ZnodeStat(czxid=143, mzxid=1165, ctime=1777565754819, mtime=1777565768767, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=143) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=124): Exists(path='/test_between_servers/123', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=124): ZnodeStat(czxid=143, mzxid=1165, ctime=1777565754819, mtime=1777565768767, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=143) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2126): Exists(path='/test_between_servers/124', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2126): ZnodeStat(czxid=144, mzxid=1166, ctime=1777565754830, mtime=1777565768779, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=144) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=125): Exists(path='/test_between_servers/124', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=125): ZnodeStat(czxid=144, mzxid=1166, ctime=1777565754830, mtime=1777565768779, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=144) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=125): Exists(path='/test_between_servers/124', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=125): ZnodeStat(czxid=144, mzxid=1166, ctime=1777565754830, mtime=1777565768779, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=144) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2127): Exists(path='/test_between_servers/125', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2127): ZnodeStat(czxid=145, mzxid=1167, ctime=1777565754842, mtime=1777565768792, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=145) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=126): Exists(path='/test_between_servers/125', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=126): ZnodeStat(czxid=145, mzxid=1167, ctime=1777565754842, mtime=1777565768792, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=145) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=126): Exists(path='/test_between_servers/125', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=126): ZnodeStat(czxid=145, mzxid=1167, ctime=1777565754842, mtime=1777565768792, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=145) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2128): Exists(path='/test_between_servers/126', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2128): ZnodeStat(czxid=146, mzxid=1168, ctime=1777565754853, mtime=1777565768807, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=146) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=127): Exists(path='/test_between_servers/126', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=127): ZnodeStat(czxid=146, mzxid=1168, ctime=1777565754853, mtime=1777565768807, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=146) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=127): Exists(path='/test_between_servers/126', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=127): ZnodeStat(czxid=146, mzxid=1168, ctime=1777565754853, mtime=1777565768807, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=146) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2129): Exists(path='/test_between_servers/127', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2129): ZnodeStat(czxid=147, mzxid=1169, ctime=1777565754864, mtime=1777565768821, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=147) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=128): Exists(path='/test_between_servers/127', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=128): ZnodeStat(czxid=147, mzxid=1169, ctime=1777565754864, mtime=1777565768821, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=147) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=128): Exists(path='/test_between_servers/127', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=128): ZnodeStat(czxid=147, mzxid=1169, ctime=1777565754864, mtime=1777565768821, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=147) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2130): Exists(path='/test_between_servers/128', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2130): ZnodeStat(czxid=148, mzxid=1170, ctime=1777565754874, mtime=1777565768830, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=148) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=129): Exists(path='/test_between_servers/128', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=129): ZnodeStat(czxid=148, mzxid=1170, ctime=1777565754874, mtime=1777565768830, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=148) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=129): Exists(path='/test_between_servers/128', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=129): ZnodeStat(czxid=148, mzxid=1170, ctime=1777565754874, mtime=1777565768830, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=148) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2131): Exists(path='/test_between_servers/129', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=2131): ZnodeStat(czxid=149, mzxid=1171, ctime=1777565754885, mtime=1777565768840, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=149) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=130): Exists(path='/test_between_servers/129', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=130): ZnodeStat(czxid=149, mzxid=1171, ctime=1777565754885, mtime=1777565768840, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=149) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=130): Exists(path='/test_between_servers/129', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:21 [ 383 ] DEBUG : Received response(xid=130): ZnodeStat(czxid=149, mzxid=1171, ctime=1777565754885, mtime=1777565768840, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=149) (connection.py:410, _read_response) 2026-04-30 16:16:21 [ 383 ] DEBUG : Sending request(xid=2132): Exists(path='/test_between_servers/130', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2132): ZnodeStat(czxid=150, mzxid=1172, ctime=1777565754896, mtime=1777565768855, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=150) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=131): Exists(path='/test_between_servers/130', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=131): ZnodeStat(czxid=150, mzxid=1172, ctime=1777565754896, mtime=1777565768855, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=150) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=131): Exists(path='/test_between_servers/130', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=131): ZnodeStat(czxid=150, mzxid=1172, ctime=1777565754896, mtime=1777565768855, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=150) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2133): Exists(path='/test_between_servers/131', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2133): ZnodeStat(czxid=151, mzxid=1173, ctime=1777565754907, mtime=1777565768869, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=151) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=132): Exists(path='/test_between_servers/131', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=132): ZnodeStat(czxid=151, mzxid=1173, ctime=1777565754907, mtime=1777565768869, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=151) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=132): Exists(path='/test_between_servers/131', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=132): ZnodeStat(czxid=151, mzxid=1173, ctime=1777565754907, mtime=1777565768869, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=151) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2134): Exists(path='/test_between_servers/132', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2134): ZnodeStat(czxid=152, mzxid=1174, ctime=1777565754918, mtime=1777565768882, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=152) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=133): Exists(path='/test_between_servers/132', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=133): ZnodeStat(czxid=152, mzxid=1174, ctime=1777565754918, mtime=1777565768882, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=152) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=133): Exists(path='/test_between_servers/132', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=133): ZnodeStat(czxid=152, mzxid=1174, ctime=1777565754918, mtime=1777565768882, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=152) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2135): Exists(path='/test_between_servers/133', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2135): ZnodeStat(czxid=153, mzxid=1175, ctime=1777565754927, mtime=1777565768895, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=153) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=134): Exists(path='/test_between_servers/133', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=134): ZnodeStat(czxid=153, mzxid=1175, ctime=1777565754927, mtime=1777565768895, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=153) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=134): Exists(path='/test_between_servers/133', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=134): ZnodeStat(czxid=153, mzxid=1175, ctime=1777565754927, mtime=1777565768895, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=153) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2136): Exists(path='/test_between_servers/134', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2136): ZnodeStat(czxid=154, mzxid=1176, ctime=1777565754941, mtime=1777565768906, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=154) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=135): Exists(path='/test_between_servers/134', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=135): ZnodeStat(czxid=154, mzxid=1176, ctime=1777565754941, mtime=1777565768906, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=154) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=135): Exists(path='/test_between_servers/134', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=135): ZnodeStat(czxid=154, mzxid=1176, ctime=1777565754941, mtime=1777565768906, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=154) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2137): Exists(path='/test_between_servers/135', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2137): ZnodeStat(czxid=155, mzxid=1177, ctime=1777565754956, mtime=1777565768921, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=155) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=136): Exists(path='/test_between_servers/135', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=136): ZnodeStat(czxid=155, mzxid=1177, ctime=1777565754956, mtime=1777565768921, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=155) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=136): Exists(path='/test_between_servers/135', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=136): ZnodeStat(czxid=155, mzxid=1177, ctime=1777565754956, mtime=1777565768921, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=155) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2138): Exists(path='/test_between_servers/136', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2138): ZnodeStat(czxid=156, mzxid=1178, ctime=1777565754973, mtime=1777565768932, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=156) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=137): Exists(path='/test_between_servers/136', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=137): ZnodeStat(czxid=156, mzxid=1178, ctime=1777565754973, mtime=1777565768932, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=156) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=137): Exists(path='/test_between_servers/136', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=137): ZnodeStat(czxid=156, mzxid=1178, ctime=1777565754973, mtime=1777565768932, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=156) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2139): Exists(path='/test_between_servers/137', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2139): ZnodeStat(czxid=157, mzxid=1179, ctime=1777565754988, mtime=1777565768944, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=157) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=138): Exists(path='/test_between_servers/137', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=138): ZnodeStat(czxid=157, mzxid=1179, ctime=1777565754988, mtime=1777565768944, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=157) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=138): Exists(path='/test_between_servers/137', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=138): ZnodeStat(czxid=157, mzxid=1179, ctime=1777565754988, mtime=1777565768944, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=157) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2140): Exists(path='/test_between_servers/138', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2140): ZnodeStat(czxid=158, mzxid=1180, ctime=1777565755000, mtime=1777565768957, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=158) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=139): Exists(path='/test_between_servers/138', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=139): ZnodeStat(czxid=158, mzxid=1180, ctime=1777565755000, mtime=1777565768957, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=158) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=139): Exists(path='/test_between_servers/138', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=139): ZnodeStat(czxid=158, mzxid=1180, ctime=1777565755000, mtime=1777565768957, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=158) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2141): Exists(path='/test_between_servers/139', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2141): ZnodeStat(czxid=159, mzxid=1181, ctime=1777565755014, mtime=1777565768970, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=159) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=140): Exists(path='/test_between_servers/139', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=140): ZnodeStat(czxid=159, mzxid=1181, ctime=1777565755014, mtime=1777565768970, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=159) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=140): Exists(path='/test_between_servers/139', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=140): ZnodeStat(czxid=159, mzxid=1181, ctime=1777565755014, mtime=1777565768970, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=159) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2142): Exists(path='/test_between_servers/140', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2142): ZnodeStat(czxid=160, mzxid=1182, ctime=1777565755024, mtime=1777565768982, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=160) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=141): Exists(path='/test_between_servers/140', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=141): ZnodeStat(czxid=160, mzxid=1182, ctime=1777565755024, mtime=1777565768982, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=160) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=141): Exists(path='/test_between_servers/140', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=141): ZnodeStat(czxid=160, mzxid=1182, ctime=1777565755024, mtime=1777565768982, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=160) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2143): Exists(path='/test_between_servers/141', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2143): ZnodeStat(czxid=161, mzxid=1183, ctime=1777565755037, mtime=1777565768993, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=161) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=142): Exists(path='/test_between_servers/141', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=142): ZnodeStat(czxid=161, mzxid=1183, ctime=1777565755037, mtime=1777565768993, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=161) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=142): Exists(path='/test_between_servers/141', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=142): ZnodeStat(czxid=161, mzxid=1183, ctime=1777565755037, mtime=1777565768993, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=161) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2144): Exists(path='/test_between_servers/142', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2144): ZnodeStat(czxid=162, mzxid=1184, ctime=1777565755050, mtime=1777565769009, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=162) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=143): Exists(path='/test_between_servers/142', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=143): ZnodeStat(czxid=162, mzxid=1184, ctime=1777565755050, mtime=1777565769009, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=162) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=143): Exists(path='/test_between_servers/142', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=143): ZnodeStat(czxid=162, mzxid=1184, ctime=1777565755050, mtime=1777565769009, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=162) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2145): Exists(path='/test_between_servers/143', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2145): ZnodeStat(czxid=163, mzxid=1185, ctime=1777565755064, mtime=1777565769026, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=163) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=144): Exists(path='/test_between_servers/143', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=144): ZnodeStat(czxid=163, mzxid=1185, ctime=1777565755064, mtime=1777565769026, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=163) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=144): Exists(path='/test_between_servers/143', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=144): ZnodeStat(czxid=163, mzxid=1185, ctime=1777565755064, mtime=1777565769026, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=163) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2146): Exists(path='/test_between_servers/144', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2146): ZnodeStat(czxid=164, mzxid=1186, ctime=1777565755072, mtime=1777565769042, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=164) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=145): Exists(path='/test_between_servers/144', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=145): ZnodeStat(czxid=164, mzxid=1186, ctime=1777565755072, mtime=1777565769042, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=164) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=145): Exists(path='/test_between_servers/144', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=145): ZnodeStat(czxid=164, mzxid=1186, ctime=1777565755072, mtime=1777565769042, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=164) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2147): Exists(path='/test_between_servers/145', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2147): ZnodeStat(czxid=165, mzxid=1187, ctime=1777565755087, mtime=1777565769061, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=165) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=146): Exists(path='/test_between_servers/145', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=146): ZnodeStat(czxid=165, mzxid=1187, ctime=1777565755087, mtime=1777565769061, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=165) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=146): Exists(path='/test_between_servers/145', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=146): ZnodeStat(czxid=165, mzxid=1187, ctime=1777565755087, mtime=1777565769061, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=165) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2148): Exists(path='/test_between_servers/146', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2148): ZnodeStat(czxid=166, mzxid=1188, ctime=1777565755098, mtime=1777565769075, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=166) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=147): Exists(path='/test_between_servers/146', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=147): ZnodeStat(czxid=166, mzxid=1188, ctime=1777565755098, mtime=1777565769075, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=166) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=147): Exists(path='/test_between_servers/146', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=147): ZnodeStat(czxid=166, mzxid=1188, ctime=1777565755098, mtime=1777565769075, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=166) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2149): Exists(path='/test_between_servers/147', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2149): ZnodeStat(czxid=167, mzxid=1189, ctime=1777565755109, mtime=1777565769088, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=167) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=148): Exists(path='/test_between_servers/147', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=148): ZnodeStat(czxid=167, mzxid=1189, ctime=1777565755109, mtime=1777565769088, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=167) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=148): Exists(path='/test_between_servers/147', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=148): ZnodeStat(czxid=167, mzxid=1189, ctime=1777565755109, mtime=1777565769088, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=167) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2150): Exists(path='/test_between_servers/148', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2150): ZnodeStat(czxid=168, mzxid=1190, ctime=1777565755125, mtime=1777565769106, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=168) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=149): Exists(path='/test_between_servers/148', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=149): ZnodeStat(czxid=168, mzxid=1190, ctime=1777565755125, mtime=1777565769106, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=168) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=149): Exists(path='/test_between_servers/148', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=149): ZnodeStat(czxid=168, mzxid=1190, ctime=1777565755125, mtime=1777565769106, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=168) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2151): Exists(path='/test_between_servers/149', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2151): ZnodeStat(czxid=169, mzxid=1191, ctime=1777565755135, mtime=1777565769117, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=169) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=150): Exists(path='/test_between_servers/149', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=150): ZnodeStat(czxid=169, mzxid=1191, ctime=1777565755135, mtime=1777565769117, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=169) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=150): Exists(path='/test_between_servers/149', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=150): ZnodeStat(czxid=169, mzxid=1191, ctime=1777565755135, mtime=1777565769117, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=169) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2152): Exists(path='/test_between_servers/150', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2152): ZnodeStat(czxid=170, mzxid=1192, ctime=1777565755147, mtime=1777565769149, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=170) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=151): Exists(path='/test_between_servers/150', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=151): ZnodeStat(czxid=170, mzxid=1192, ctime=1777565755147, mtime=1777565769149, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=170) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=151): Exists(path='/test_between_servers/150', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=151): ZnodeStat(czxid=170, mzxid=1192, ctime=1777565755147, mtime=1777565769149, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=170) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2153): Exists(path='/test_between_servers/151', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2153): ZnodeStat(czxid=171, mzxid=1193, ctime=1777565755167, mtime=1777565769163, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=171) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=152): Exists(path='/test_between_servers/151', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=152): ZnodeStat(czxid=171, mzxid=1193, ctime=1777565755167, mtime=1777565769163, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=171) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=152): Exists(path='/test_between_servers/151', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=152): ZnodeStat(czxid=171, mzxid=1193, ctime=1777565755167, mtime=1777565769163, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=171) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2154): Exists(path='/test_between_servers/152', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2154): ZnodeStat(czxid=172, mzxid=1194, ctime=1777565755184, mtime=1777565769183, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=172) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=153): Exists(path='/test_between_servers/152', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=153): ZnodeStat(czxid=172, mzxid=1194, ctime=1777565755184, mtime=1777565769183, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=172) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=153): Exists(path='/test_between_servers/152', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=153): ZnodeStat(czxid=172, mzxid=1194, ctime=1777565755184, mtime=1777565769183, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=172) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2155): Exists(path='/test_between_servers/153', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2155): ZnodeStat(czxid=173, mzxid=1195, ctime=1777565755204, mtime=1777565769207, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=173) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=154): Exists(path='/test_between_servers/153', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=154): ZnodeStat(czxid=173, mzxid=1195, ctime=1777565755204, mtime=1777565769207, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=173) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=154): Exists(path='/test_between_servers/153', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=154): ZnodeStat(czxid=173, mzxid=1195, ctime=1777565755204, mtime=1777565769207, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=173) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2156): Exists(path='/test_between_servers/154', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2156): ZnodeStat(czxid=174, mzxid=1196, ctime=1777565755218, mtime=1777565769224, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=174) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=155): Exists(path='/test_between_servers/154', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=155): ZnodeStat(czxid=174, mzxid=1196, ctime=1777565755218, mtime=1777565769224, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=174) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=155): Exists(path='/test_between_servers/154', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=155): ZnodeStat(czxid=174, mzxid=1196, ctime=1777565755218, mtime=1777565769224, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=174) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2157): Exists(path='/test_between_servers/155', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2157): ZnodeStat(czxid=175, mzxid=1197, ctime=1777565755229, mtime=1777565769246, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=175) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=156): Exists(path='/test_between_servers/155', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=156): ZnodeStat(czxid=175, mzxid=1197, ctime=1777565755229, mtime=1777565769246, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=175) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=156): Exists(path='/test_between_servers/155', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=156): ZnodeStat(czxid=175, mzxid=1197, ctime=1777565755229, mtime=1777565769246, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=175) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2158): Exists(path='/test_between_servers/156', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2158): ZnodeStat(czxid=176, mzxid=1198, ctime=1777565755241, mtime=1777565769263, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=176) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=157): Exists(path='/test_between_servers/156', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=157): ZnodeStat(czxid=176, mzxid=1198, ctime=1777565755241, mtime=1777565769263, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=176) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=157): Exists(path='/test_between_servers/156', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=157): ZnodeStat(czxid=176, mzxid=1198, ctime=1777565755241, mtime=1777565769263, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=176) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2159): Exists(path='/test_between_servers/157', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2159): ZnodeStat(czxid=177, mzxid=1199, ctime=1777565755263, mtime=1777565769280, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=177) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=158): Exists(path='/test_between_servers/157', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=158): ZnodeStat(czxid=177, mzxid=1199, ctime=1777565755263, mtime=1777565769280, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=177) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=158): Exists(path='/test_between_servers/157', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=158): ZnodeStat(czxid=177, mzxid=1199, ctime=1777565755263, mtime=1777565769280, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=177) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2160): Exists(path='/test_between_servers/158', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2160): ZnodeStat(czxid=178, mzxid=1200, ctime=1777565755282, mtime=1777565769297, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=178) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=159): Exists(path='/test_between_servers/158', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=159): ZnodeStat(czxid=178, mzxid=1200, ctime=1777565755282, mtime=1777565769297, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=178) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=159): Exists(path='/test_between_servers/158', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=159): ZnodeStat(czxid=178, mzxid=1200, ctime=1777565755282, mtime=1777565769297, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=178) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2161): Exists(path='/test_between_servers/159', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2161): ZnodeStat(czxid=179, mzxid=1201, ctime=1777565755300, mtime=1777565769313, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=179) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=160): Exists(path='/test_between_servers/159', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=160): ZnodeStat(czxid=179, mzxid=1201, ctime=1777565755300, mtime=1777565769313, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=179) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=160): Exists(path='/test_between_servers/159', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=160): ZnodeStat(czxid=179, mzxid=1201, ctime=1777565755300, mtime=1777565769313, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=179) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2162): Exists(path='/test_between_servers/160', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2162): ZnodeStat(czxid=180, mzxid=1202, ctime=1777565755318, mtime=1777565769326, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=180) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=161): Exists(path='/test_between_servers/160', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=161): ZnodeStat(czxid=180, mzxid=1202, ctime=1777565755318, mtime=1777565769326, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=180) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=161): Exists(path='/test_between_servers/160', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=161): ZnodeStat(czxid=180, mzxid=1202, ctime=1777565755318, mtime=1777565769326, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=180) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2163): Exists(path='/test_between_servers/161', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2163): ZnodeStat(czxid=181, mzxid=1203, ctime=1777565755339, mtime=1777565769340, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=181) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=162): Exists(path='/test_between_servers/161', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=162): ZnodeStat(czxid=181, mzxid=1203, ctime=1777565755339, mtime=1777565769340, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=181) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=162): Exists(path='/test_between_servers/161', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=162): ZnodeStat(czxid=181, mzxid=1203, ctime=1777565755339, mtime=1777565769340, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=181) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2164): Exists(path='/test_between_servers/162', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2164): ZnodeStat(czxid=182, mzxid=1204, ctime=1777565755355, mtime=1777565769360, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=182) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=163): Exists(path='/test_between_servers/162', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=163): ZnodeStat(czxid=182, mzxid=1204, ctime=1777565755355, mtime=1777565769360, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=182) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=163): Exists(path='/test_between_servers/162', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=163): ZnodeStat(czxid=182, mzxid=1204, ctime=1777565755355, mtime=1777565769360, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=182) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2165): Exists(path='/test_between_servers/163', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2165): ZnodeStat(czxid=183, mzxid=1205, ctime=1777565755364, mtime=1777565769384, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=183) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=164): Exists(path='/test_between_servers/163', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=164): ZnodeStat(czxid=183, mzxid=1205, ctime=1777565755364, mtime=1777565769384, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=183) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=164): Exists(path='/test_between_servers/163', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=164): ZnodeStat(czxid=183, mzxid=1205, ctime=1777565755364, mtime=1777565769384, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=183) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2166): Exists(path='/test_between_servers/164', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2166): ZnodeStat(czxid=184, mzxid=1206, ctime=1777565755377, mtime=1777565769402, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=184) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=165): Exists(path='/test_between_servers/164', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=165): ZnodeStat(czxid=184, mzxid=1206, ctime=1777565755377, mtime=1777565769402, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=184) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=165): Exists(path='/test_between_servers/164', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=165): ZnodeStat(czxid=184, mzxid=1206, ctime=1777565755377, mtime=1777565769402, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=184) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2167): Exists(path='/test_between_servers/165', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2167): ZnodeStat(czxid=185, mzxid=1207, ctime=1777565755390, mtime=1777565769413, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=185) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=166): Exists(path='/test_between_servers/165', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=166): ZnodeStat(czxid=185, mzxid=1207, ctime=1777565755390, mtime=1777565769413, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=185) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=166): Exists(path='/test_between_servers/165', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=166): ZnodeStat(czxid=185, mzxid=1207, ctime=1777565755390, mtime=1777565769413, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=185) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2168): Exists(path='/test_between_servers/166', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2168): ZnodeStat(czxid=186, mzxid=1208, ctime=1777565755402, mtime=1777565769428, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=186) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=167): Exists(path='/test_between_servers/166', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=167): ZnodeStat(czxid=186, mzxid=1208, ctime=1777565755402, mtime=1777565769428, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=186) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=167): Exists(path='/test_between_servers/166', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=167): ZnodeStat(czxid=186, mzxid=1208, ctime=1777565755402, mtime=1777565769428, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=186) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2169): Exists(path='/test_between_servers/167', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2169): ZnodeStat(czxid=187, mzxid=1209, ctime=1777565755415, mtime=1777565769443, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=187) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=168): Exists(path='/test_between_servers/167', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=168): ZnodeStat(czxid=187, mzxid=1209, ctime=1777565755415, mtime=1777565769443, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=187) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=168): Exists(path='/test_between_servers/167', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=168): ZnodeStat(czxid=187, mzxid=1209, ctime=1777565755415, mtime=1777565769443, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=187) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2170): Exists(path='/test_between_servers/168', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2170): ZnodeStat(czxid=188, mzxid=1211, ctime=1777565755432, mtime=1777565769464, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=188) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=169): Exists(path='/test_between_servers/168', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=169): ZnodeStat(czxid=188, mzxid=1211, ctime=1777565755432, mtime=1777565769464, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=188) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=169): Exists(path='/test_between_servers/168', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=169): ZnodeStat(czxid=188, mzxid=1211, ctime=1777565755432, mtime=1777565769464, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=188) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2171): Exists(path='/test_between_servers/169', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2171): ZnodeStat(czxid=189, mzxid=1212, ctime=1777565755445, mtime=1777565769488, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=189) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=170): Exists(path='/test_between_servers/169', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=170): ZnodeStat(czxid=189, mzxid=1212, ctime=1777565755445, mtime=1777565769488, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=189) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=170): Exists(path='/test_between_servers/169', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=170): ZnodeStat(czxid=189, mzxid=1212, ctime=1777565755445, mtime=1777565769488, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=189) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2172): Exists(path='/test_between_servers/170', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2172): ZnodeStat(czxid=190, mzxid=1213, ctime=1777565755458, mtime=1777565769505, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=190) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=171): Exists(path='/test_between_servers/170', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=171): ZnodeStat(czxid=190, mzxid=1213, ctime=1777565755458, mtime=1777565769505, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=190) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=171): Exists(path='/test_between_servers/170', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=171): ZnodeStat(czxid=190, mzxid=1213, ctime=1777565755458, mtime=1777565769505, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=190) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2173): Exists(path='/test_between_servers/171', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2173): ZnodeStat(czxid=191, mzxid=1214, ctime=1777565755471, mtime=1777565769520, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=191) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=172): Exists(path='/test_between_servers/171', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=172): ZnodeStat(czxid=191, mzxid=1214, ctime=1777565755471, mtime=1777565769520, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=191) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=172): Exists(path='/test_between_servers/171', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=172): ZnodeStat(czxid=191, mzxid=1214, ctime=1777565755471, mtime=1777565769520, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=191) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2174): Exists(path='/test_between_servers/172', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2174): ZnodeStat(czxid=192, mzxid=1215, ctime=1777565755489, mtime=1777565769541, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=192) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=173): Exists(path='/test_between_servers/172', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=173): ZnodeStat(czxid=192, mzxid=1215, ctime=1777565755489, mtime=1777565769541, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=192) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=173): Exists(path='/test_between_servers/172', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=173): ZnodeStat(czxid=192, mzxid=1215, ctime=1777565755489, mtime=1777565769541, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=192) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2175): Exists(path='/test_between_servers/173', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2175): ZnodeStat(czxid=193, mzxid=1216, ctime=1777565755505, mtime=1777565769559, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=193) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=174): Exists(path='/test_between_servers/173', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=174): ZnodeStat(czxid=193, mzxid=1216, ctime=1777565755505, mtime=1777565769559, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=193) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=174): Exists(path='/test_between_servers/173', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=174): ZnodeStat(czxid=193, mzxid=1216, ctime=1777565755505, mtime=1777565769559, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=193) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2176): Exists(path='/test_between_servers/174', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2176): ZnodeStat(czxid=194, mzxid=1218, ctime=1777565755522, mtime=1777565769583, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=194) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=175): Exists(path='/test_between_servers/174', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=175): ZnodeStat(czxid=194, mzxid=1218, ctime=1777565755522, mtime=1777565769583, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=194) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=175): Exists(path='/test_between_servers/174', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=175): ZnodeStat(czxid=194, mzxid=1218, ctime=1777565755522, mtime=1777565769583, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=194) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2177): Exists(path='/test_between_servers/175', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2177): ZnodeStat(czxid=195, mzxid=1219, ctime=1777565755533, mtime=1777565769628, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=195) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=176): Exists(path='/test_between_servers/175', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=176): ZnodeStat(czxid=195, mzxid=1219, ctime=1777565755533, mtime=1777565769628, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=195) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=176): Exists(path='/test_between_servers/175', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=176): ZnodeStat(czxid=195, mzxid=1219, ctime=1777565755533, mtime=1777565769628, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=195) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2178): Exists(path='/test_between_servers/176', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2178): ZnodeStat(czxid=196, mzxid=1220, ctime=1777565755548, mtime=1777565769650, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=196) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=177): Exists(path='/test_between_servers/176', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=177): ZnodeStat(czxid=196, mzxid=1220, ctime=1777565755548, mtime=1777565769650, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=196) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=177): Exists(path='/test_between_servers/176', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=177): ZnodeStat(czxid=196, mzxid=1220, ctime=1777565755548, mtime=1777565769650, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=196) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2179): Exists(path='/test_between_servers/177', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2179): ZnodeStat(czxid=197, mzxid=1221, ctime=1777565755563, mtime=1777565769667, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=197) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=178): Exists(path='/test_between_servers/177', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=178): ZnodeStat(czxid=197, mzxid=1221, ctime=1777565755563, mtime=1777565769667, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=197) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=178): Exists(path='/test_between_servers/177', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=178): ZnodeStat(czxid=197, mzxid=1221, ctime=1777565755563, mtime=1777565769667, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=197) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2180): Exists(path='/test_between_servers/178', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2180): ZnodeStat(czxid=198, mzxid=1222, ctime=1777565755573, mtime=1777565769687, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=198) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=179): Exists(path='/test_between_servers/178', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=179): ZnodeStat(czxid=198, mzxid=1222, ctime=1777565755573, mtime=1777565769687, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=198) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=179): Exists(path='/test_between_servers/178', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=179): ZnodeStat(czxid=198, mzxid=1222, ctime=1777565755573, mtime=1777565769687, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=198) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2181): Exists(path='/test_between_servers/179', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2181): ZnodeStat(czxid=199, mzxid=1223, ctime=1777565755585, mtime=1777565769704, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=199) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=180): Exists(path='/test_between_servers/179', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=180): ZnodeStat(czxid=199, mzxid=1223, ctime=1777565755585, mtime=1777565769704, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=199) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=180): Exists(path='/test_between_servers/179', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=180): ZnodeStat(czxid=199, mzxid=1223, ctime=1777565755585, mtime=1777565769704, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=199) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2182): Exists(path='/test_between_servers/180', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2182): ZnodeStat(czxid=200, mzxid=1225, ctime=1777565755600, mtime=1777565769717, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=200) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=181): Exists(path='/test_between_servers/180', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=181): ZnodeStat(czxid=200, mzxid=1225, ctime=1777565755600, mtime=1777565769717, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=200) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=181): Exists(path='/test_between_servers/180', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=181): ZnodeStat(czxid=200, mzxid=1225, ctime=1777565755600, mtime=1777565769717, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=200) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2183): Exists(path='/test_between_servers/181', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2183): ZnodeStat(czxid=201, mzxid=1226, ctime=1777565755613, mtime=1777565769741, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=201) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=182): Exists(path='/test_between_servers/181', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=182): ZnodeStat(czxid=201, mzxid=1226, ctime=1777565755613, mtime=1777565769741, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=201) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=182): Exists(path='/test_between_servers/181', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=182): ZnodeStat(czxid=201, mzxid=1226, ctime=1777565755613, mtime=1777565769741, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=201) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2184): Exists(path='/test_between_servers/182', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2184): ZnodeStat(czxid=202, mzxid=1227, ctime=1777565755627, mtime=1777565769757, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=202) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=183): Exists(path='/test_between_servers/182', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=183): ZnodeStat(czxid=202, mzxid=1227, ctime=1777565755627, mtime=1777565769757, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=202) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=183): Exists(path='/test_between_servers/182', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=183): ZnodeStat(czxid=202, mzxid=1227, ctime=1777565755627, mtime=1777565769757, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=202) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2185): Exists(path='/test_between_servers/183', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2185): ZnodeStat(czxid=203, mzxid=1228, ctime=1777565755641, mtime=1777565769774, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=203) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=184): Exists(path='/test_between_servers/183', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=184): ZnodeStat(czxid=203, mzxid=1228, ctime=1777565755641, mtime=1777565769774, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=203) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=184): Exists(path='/test_between_servers/183', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=184): ZnodeStat(czxid=203, mzxid=1228, ctime=1777565755641, mtime=1777565769774, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=203) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2186): Exists(path='/test_between_servers/184', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2186): ZnodeStat(czxid=204, mzxid=1229, ctime=1777565755652, mtime=1777565769796, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=204) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=185): Exists(path='/test_between_servers/184', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=185): ZnodeStat(czxid=204, mzxid=1229, ctime=1777565755652, mtime=1777565769796, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=204) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=185): Exists(path='/test_between_servers/184', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=185): ZnodeStat(czxid=204, mzxid=1229, ctime=1777565755652, mtime=1777565769796, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=204) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2187): Exists(path='/test_between_servers/185', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2187): ZnodeStat(czxid=205, mzxid=1230, ctime=1777565755666, mtime=1777565769825, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=205) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=186): Exists(path='/test_between_servers/185', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=186): ZnodeStat(czxid=205, mzxid=1230, ctime=1777565755666, mtime=1777565769825, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=205) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=186): Exists(path='/test_between_servers/185', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=186): ZnodeStat(czxid=205, mzxid=1230, ctime=1777565755666, mtime=1777565769825, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=205) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2188): Exists(path='/test_between_servers/186', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2188): ZnodeStat(czxid=206, mzxid=1231, ctime=1777565755677, mtime=1777565769841, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=206) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=187): Exists(path='/test_between_servers/186', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=187): ZnodeStat(czxid=206, mzxid=1231, ctime=1777565755677, mtime=1777565769841, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=206) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=187): Exists(path='/test_between_servers/186', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=187): ZnodeStat(czxid=206, mzxid=1231, ctime=1777565755677, mtime=1777565769841, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=206) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2189): Exists(path='/test_between_servers/187', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2189): ZnodeStat(czxid=207, mzxid=1232, ctime=1777565755687, mtime=1777565769861, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=207) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=188): Exists(path='/test_between_servers/187', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=188): ZnodeStat(czxid=207, mzxid=1232, ctime=1777565755687, mtime=1777565769861, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=207) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=188): Exists(path='/test_between_servers/187', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=188): ZnodeStat(czxid=207, mzxid=1232, ctime=1777565755687, mtime=1777565769861, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=207) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2190): Exists(path='/test_between_servers/188', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2190): ZnodeStat(czxid=208, mzxid=1233, ctime=1777565755695, mtime=1777565769884, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=208) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=189): Exists(path='/test_between_servers/188', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=189): ZnodeStat(czxid=208, mzxid=1233, ctime=1777565755695, mtime=1777565769884, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=208) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=189): Exists(path='/test_between_servers/188', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=189): ZnodeStat(czxid=208, mzxid=1233, ctime=1777565755695, mtime=1777565769884, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=208) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2191): Exists(path='/test_between_servers/189', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2191): ZnodeStat(czxid=209, mzxid=1234, ctime=1777565755708, mtime=1777565769904, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=209) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=190): Exists(path='/test_between_servers/189', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=190): ZnodeStat(czxid=209, mzxid=1234, ctime=1777565755708, mtime=1777565769904, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=209) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=190): Exists(path='/test_between_servers/189', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=190): ZnodeStat(czxid=209, mzxid=1234, ctime=1777565755708, mtime=1777565769904, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=209) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2192): Exists(path='/test_between_servers/190', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2192): ZnodeStat(czxid=210, mzxid=1235, ctime=1777565755718, mtime=1777565769924, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=210) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=191): Exists(path='/test_between_servers/190', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=191): ZnodeStat(czxid=210, mzxid=1235, ctime=1777565755718, mtime=1777565769924, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=210) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=191): Exists(path='/test_between_servers/190', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=191): ZnodeStat(czxid=210, mzxid=1235, ctime=1777565755718, mtime=1777565769924, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=210) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2193): Exists(path='/test_between_servers/191', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2193): ZnodeStat(czxid=211, mzxid=1236, ctime=1777565755732, mtime=1777565769949, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=211) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=192): Exists(path='/test_between_servers/191', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=192): ZnodeStat(czxid=211, mzxid=1236, ctime=1777565755732, mtime=1777565769949, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=211) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=192): Exists(path='/test_between_servers/191', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=192): ZnodeStat(czxid=211, mzxid=1236, ctime=1777565755732, mtime=1777565769949, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=211) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2194): Exists(path='/test_between_servers/192', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2194): ZnodeStat(czxid=212, mzxid=1237, ctime=1777565755745, mtime=1777565769971, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=212) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=193): Exists(path='/test_between_servers/192', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=193): ZnodeStat(czxid=212, mzxid=1237, ctime=1777565755745, mtime=1777565769971, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=212) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=193): Exists(path='/test_between_servers/192', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=193): ZnodeStat(czxid=212, mzxid=1237, ctime=1777565755745, mtime=1777565769971, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=212) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2195): Exists(path='/test_between_servers/193', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2195): ZnodeStat(czxid=213, mzxid=1238, ctime=1777565755759, mtime=1777565769987, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=213) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=194): Exists(path='/test_between_servers/193', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=194): ZnodeStat(czxid=213, mzxid=1238, ctime=1777565755759, mtime=1777565769987, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=213) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=194): Exists(path='/test_between_servers/193', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=194): ZnodeStat(czxid=213, mzxid=1238, ctime=1777565755759, mtime=1777565769987, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=213) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2196): Exists(path='/test_between_servers/194', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2196): ZnodeStat(czxid=214, mzxid=1239, ctime=1777565755773, mtime=1777565770006, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=214) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=195): Exists(path='/test_between_servers/194', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=195): ZnodeStat(czxid=214, mzxid=1239, ctime=1777565755773, mtime=1777565770006, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=214) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=195): Exists(path='/test_between_servers/194', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=195): ZnodeStat(czxid=214, mzxid=1239, ctime=1777565755773, mtime=1777565770006, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=214) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2197): Exists(path='/test_between_servers/195', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2197): ZnodeStat(czxid=215, mzxid=1240, ctime=1777565755785, mtime=1777565770021, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=215) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=196): Exists(path='/test_between_servers/195', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=196): ZnodeStat(czxid=215, mzxid=1240, ctime=1777565755785, mtime=1777565770021, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=215) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=196): Exists(path='/test_between_servers/195', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=196): ZnodeStat(czxid=215, mzxid=1240, ctime=1777565755785, mtime=1777565770021, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=215) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2198): Exists(path='/test_between_servers/196', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2198): ZnodeStat(czxid=216, mzxid=1241, ctime=1777565755796, mtime=1777565770043, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=216) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=197): Exists(path='/test_between_servers/196', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=197): ZnodeStat(czxid=216, mzxid=1241, ctime=1777565755796, mtime=1777565770043, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=216) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=197): Exists(path='/test_between_servers/196', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=197): ZnodeStat(czxid=216, mzxid=1241, ctime=1777565755796, mtime=1777565770043, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=216) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2199): Exists(path='/test_between_servers/197', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2199): ZnodeStat(czxid=217, mzxid=1242, ctime=1777565755811, mtime=1777565770055, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=217) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=198): Exists(path='/test_between_servers/197', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=198): ZnodeStat(czxid=217, mzxid=1242, ctime=1777565755811, mtime=1777565770055, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=217) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=198): Exists(path='/test_between_servers/197', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=198): ZnodeStat(czxid=217, mzxid=1242, ctime=1777565755811, mtime=1777565770055, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=217) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2200): Exists(path='/test_between_servers/198', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2200): ZnodeStat(czxid=218, mzxid=1243, ctime=1777565755825, mtime=1777565770113, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=218) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=199): Exists(path='/test_between_servers/198', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=199): ZnodeStat(czxid=218, mzxid=1243, ctime=1777565755825, mtime=1777565770113, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=218) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=199): Exists(path='/test_between_servers/198', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=199): ZnodeStat(czxid=218, mzxid=1243, ctime=1777565755825, mtime=1777565770113, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=218) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2201): Exists(path='/test_between_servers/199', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2201): ZnodeStat(czxid=219, mzxid=1244, ctime=1777565755836, mtime=1777565770133, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=219) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=200): Exists(path='/test_between_servers/199', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=200): ZnodeStat(czxid=219, mzxid=1244, ctime=1777565755836, mtime=1777565770133, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=219) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=200): Exists(path='/test_between_servers/199', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=200): ZnodeStat(czxid=219, mzxid=1244, ctime=1777565755836, mtime=1777565770133, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=219) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2202): Exists(path='/test_between_servers/200', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2202): ZnodeStat(czxid=220, mzxid=1245, ctime=1777565755852, mtime=1777565770148, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=220) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=201): Exists(path='/test_between_servers/200', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=201): ZnodeStat(czxid=220, mzxid=1245, ctime=1777565755852, mtime=1777565770148, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=220) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=201): Exists(path='/test_between_servers/200', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=201): ZnodeStat(czxid=220, mzxid=1245, ctime=1777565755852, mtime=1777565770148, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=220) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2203): Exists(path='/test_between_servers/201', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2203): ZnodeStat(czxid=221, mzxid=1246, ctime=1777565755865, mtime=1777565770169, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=221) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=202): Exists(path='/test_between_servers/201', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=202): ZnodeStat(czxid=221, mzxid=1246, ctime=1777565755865, mtime=1777565770169, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=221) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=202): Exists(path='/test_between_servers/201', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=202): ZnodeStat(czxid=221, mzxid=1246, ctime=1777565755865, mtime=1777565770169, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=221) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2204): Exists(path='/test_between_servers/202', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2204): ZnodeStat(czxid=222, mzxid=1247, ctime=1777565755883, mtime=1777565770186, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=222) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=203): Exists(path='/test_between_servers/202', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=203): ZnodeStat(czxid=222, mzxid=1247, ctime=1777565755883, mtime=1777565770186, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=222) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=203): Exists(path='/test_between_servers/202', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=203): ZnodeStat(czxid=222, mzxid=1247, ctime=1777565755883, mtime=1777565770186, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=222) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2205): Exists(path='/test_between_servers/203', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2205): ZnodeStat(czxid=223, mzxid=1248, ctime=1777565755894, mtime=1777565770203, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=223) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=204): Exists(path='/test_between_servers/203', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=204): ZnodeStat(czxid=223, mzxid=1248, ctime=1777565755894, mtime=1777565770203, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=223) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=204): Exists(path='/test_between_servers/203', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=204): ZnodeStat(czxid=223, mzxid=1248, ctime=1777565755894, mtime=1777565770203, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=223) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2206): Exists(path='/test_between_servers/204', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2206): ZnodeStat(czxid=225, mzxid=1249, ctime=1777565755915, mtime=1777565770222, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=225) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=205): Exists(path='/test_between_servers/204', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=205): ZnodeStat(czxid=225, mzxid=1249, ctime=1777565755915, mtime=1777565770222, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=225) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=205): Exists(path='/test_between_servers/204', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=205): ZnodeStat(czxid=225, mzxid=1249, ctime=1777565755915, mtime=1777565770222, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=225) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2207): Exists(path='/test_between_servers/205', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2207): ZnodeStat(czxid=226, mzxid=1250, ctime=1777565755943, mtime=1777565770236, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=226) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=206): Exists(path='/test_between_servers/205', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=206): ZnodeStat(czxid=226, mzxid=1250, ctime=1777565755943, mtime=1777565770236, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=226) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=206): Exists(path='/test_between_servers/205', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=206): ZnodeStat(czxid=226, mzxid=1250, ctime=1777565755943, mtime=1777565770236, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=226) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2208): Exists(path='/test_between_servers/206', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2208): ZnodeStat(czxid=227, mzxid=1251, ctime=1777565755970, mtime=1777565770250, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=227) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=207): Exists(path='/test_between_servers/206', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=207): ZnodeStat(czxid=227, mzxid=1251, ctime=1777565755970, mtime=1777565770250, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=227) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=207): Exists(path='/test_between_servers/206', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=207): ZnodeStat(czxid=227, mzxid=1251, ctime=1777565755970, mtime=1777565770250, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=227) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2209): Exists(path='/test_between_servers/207', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2209): ZnodeStat(czxid=228, mzxid=1252, ctime=1777565755987, mtime=1777565770264, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=228) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=208): Exists(path='/test_between_servers/207', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=208): ZnodeStat(czxid=228, mzxid=1252, ctime=1777565755987, mtime=1777565770264, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=228) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=208): Exists(path='/test_between_servers/207', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=208): ZnodeStat(czxid=228, mzxid=1252, ctime=1777565755987, mtime=1777565770264, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=228) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2210): Exists(path='/test_between_servers/208', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2210): ZnodeStat(czxid=229, mzxid=1253, ctime=1777565756006, mtime=1777565770274, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=229) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=209): Exists(path='/test_between_servers/208', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=209): ZnodeStat(czxid=229, mzxid=1253, ctime=1777565756006, mtime=1777565770274, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=229) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=209): Exists(path='/test_between_servers/208', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=209): ZnodeStat(czxid=229, mzxid=1253, ctime=1777565756006, mtime=1777565770274, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=229) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2211): Exists(path='/test_between_servers/209', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2211): ZnodeStat(czxid=230, mzxid=1254, ctime=1777565756020, mtime=1777565770289, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=230) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=210): Exists(path='/test_between_servers/209', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=210): ZnodeStat(czxid=230, mzxid=1254, ctime=1777565756020, mtime=1777565770289, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=230) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=210): Exists(path='/test_between_servers/209', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=210): ZnodeStat(czxid=230, mzxid=1254, ctime=1777565756020, mtime=1777565770289, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=230) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2212): Exists(path='/test_between_servers/210', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2212): ZnodeStat(czxid=231, mzxid=1255, ctime=1777565756043, mtime=1777565770304, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=231) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=211): Exists(path='/test_between_servers/210', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=211): ZnodeStat(czxid=231, mzxid=1255, ctime=1777565756043, mtime=1777565770304, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=231) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=211): Exists(path='/test_between_servers/210', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=211): ZnodeStat(czxid=231, mzxid=1255, ctime=1777565756043, mtime=1777565770304, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=231) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2213): Exists(path='/test_between_servers/211', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2213): ZnodeStat(czxid=232, mzxid=1256, ctime=1777565756053, mtime=1777565770324, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=232) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=212): Exists(path='/test_between_servers/211', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=212): ZnodeStat(czxid=232, mzxid=1256, ctime=1777565756053, mtime=1777565770324, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=232) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=212): Exists(path='/test_between_servers/211', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=212): ZnodeStat(czxid=232, mzxid=1256, ctime=1777565756053, mtime=1777565770324, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=232) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2214): Exists(path='/test_between_servers/212', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2214): ZnodeStat(czxid=234, mzxid=1257, ctime=1777565756065, mtime=1777565770340, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=234) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=213): Exists(path='/test_between_servers/212', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=213): ZnodeStat(czxid=234, mzxid=1257, ctime=1777565756065, mtime=1777565770340, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=234) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=213): Exists(path='/test_between_servers/212', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=213): ZnodeStat(czxid=234, mzxid=1257, ctime=1777565756065, mtime=1777565770340, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=234) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2215): Exists(path='/test_between_servers/213', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2215): ZnodeStat(czxid=235, mzxid=1258, ctime=1777565756077, mtime=1777565770355, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=235) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=214): Exists(path='/test_between_servers/213', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=214): ZnodeStat(czxid=235, mzxid=1258, ctime=1777565756077, mtime=1777565770355, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=235) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=214): Exists(path='/test_between_servers/213', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=214): ZnodeStat(czxid=235, mzxid=1258, ctime=1777565756077, mtime=1777565770355, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=235) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2216): Exists(path='/test_between_servers/214', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2216): ZnodeStat(czxid=236, mzxid=1259, ctime=1777565756087, mtime=1777565770370, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=236) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=215): Exists(path='/test_between_servers/214', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=215): ZnodeStat(czxid=236, mzxid=1259, ctime=1777565756087, mtime=1777565770370, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=236) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=215): Exists(path='/test_between_servers/214', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=215): ZnodeStat(czxid=236, mzxid=1259, ctime=1777565756087, mtime=1777565770370, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=236) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2217): Exists(path='/test_between_servers/215', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2217): ZnodeStat(czxid=237, mzxid=1260, ctime=1777565756097, mtime=1777565770385, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=237) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=216): Exists(path='/test_between_servers/215', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=216): ZnodeStat(czxid=237, mzxid=1260, ctime=1777565756097, mtime=1777565770385, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=237) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=216): Exists(path='/test_between_servers/215', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=216): ZnodeStat(czxid=237, mzxid=1260, ctime=1777565756097, mtime=1777565770385, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=237) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2218): Exists(path='/test_between_servers/216', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2218): ZnodeStat(czxid=238, mzxid=1261, ctime=1777565756109, mtime=1777565770406, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=238) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=217): Exists(path='/test_between_servers/216', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=217): ZnodeStat(czxid=238, mzxid=1261, ctime=1777565756109, mtime=1777565770406, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=238) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=217): Exists(path='/test_between_servers/216', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=217): ZnodeStat(czxid=238, mzxid=1261, ctime=1777565756109, mtime=1777565770406, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=238) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2219): Exists(path='/test_between_servers/217', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2219): ZnodeStat(czxid=240, mzxid=1262, ctime=1777565756123, mtime=1777565770424, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=240) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=218): Exists(path='/test_between_servers/217', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=218): ZnodeStat(czxid=240, mzxid=1262, ctime=1777565756123, mtime=1777565770424, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=240) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=218): Exists(path='/test_between_servers/217', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=218): ZnodeStat(czxid=240, mzxid=1262, ctime=1777565756123, mtime=1777565770424, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=240) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2220): Exists(path='/test_between_servers/218', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2220): ZnodeStat(czxid=241, mzxid=1263, ctime=1777565756135, mtime=1777565770440, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=241) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=219): Exists(path='/test_between_servers/218', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=219): ZnodeStat(czxid=241, mzxid=1263, ctime=1777565756135, mtime=1777565770440, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=241) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=219): Exists(path='/test_between_servers/218', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=219): ZnodeStat(czxid=241, mzxid=1263, ctime=1777565756135, mtime=1777565770440, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=241) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2221): Exists(path='/test_between_servers/219', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2221): ZnodeStat(czxid=242, mzxid=1264, ctime=1777565756146, mtime=1777565770456, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=242) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=220): Exists(path='/test_between_servers/219', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=220): ZnodeStat(czxid=242, mzxid=1264, ctime=1777565756146, mtime=1777565770456, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=242) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=220): Exists(path='/test_between_servers/219', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=220): ZnodeStat(czxid=242, mzxid=1264, ctime=1777565756146, mtime=1777565770456, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=242) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2222): Exists(path='/test_between_servers/220', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2222): ZnodeStat(czxid=243, mzxid=1265, ctime=1777565756158, mtime=1777565770470, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=243) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=221): Exists(path='/test_between_servers/220', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=221): ZnodeStat(czxid=243, mzxid=1265, ctime=1777565756158, mtime=1777565770470, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=243) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=221): Exists(path='/test_between_servers/220', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=221): ZnodeStat(czxid=243, mzxid=1265, ctime=1777565756158, mtime=1777565770470, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=243) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2223): Exists(path='/test_between_servers/221', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2223): ZnodeStat(czxid=244, mzxid=1266, ctime=1777565756173, mtime=1777565770484, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=244) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=222): Exists(path='/test_between_servers/221', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=222): ZnodeStat(czxid=244, mzxid=1266, ctime=1777565756173, mtime=1777565770484, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=244) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=222): Exists(path='/test_between_servers/221', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=222): ZnodeStat(czxid=244, mzxid=1266, ctime=1777565756173, mtime=1777565770484, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=244) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2224): Exists(path='/test_between_servers/222', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2224): ZnodeStat(czxid=245, mzxid=1267, ctime=1777565756185, mtime=1777565770500, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=245) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=223): Exists(path='/test_between_servers/222', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=223): ZnodeStat(czxid=245, mzxid=1267, ctime=1777565756185, mtime=1777565770500, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=245) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=223): Exists(path='/test_between_servers/222', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=223): ZnodeStat(czxid=245, mzxid=1267, ctime=1777565756185, mtime=1777565770500, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=245) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2225): Exists(path='/test_between_servers/223', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2225): ZnodeStat(czxid=246, mzxid=1268, ctime=1777565756195, mtime=1777565770523, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=246) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=224): Exists(path='/test_between_servers/223', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=224): ZnodeStat(czxid=246, mzxid=1268, ctime=1777565756195, mtime=1777565770523, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=246) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=224): Exists(path='/test_between_servers/223', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=224): ZnodeStat(czxid=246, mzxid=1268, ctime=1777565756195, mtime=1777565770523, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=246) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2226): Exists(path='/test_between_servers/224', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2226): ZnodeStat(czxid=247, mzxid=1269, ctime=1777565756208, mtime=1777565770542, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=247) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=225): Exists(path='/test_between_servers/224', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=225): ZnodeStat(czxid=247, mzxid=1269, ctime=1777565756208, mtime=1777565770542, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=247) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=225): Exists(path='/test_between_servers/224', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=225): ZnodeStat(czxid=247, mzxid=1269, ctime=1777565756208, mtime=1777565770542, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=247) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2227): Exists(path='/test_between_servers/225', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2227): ZnodeStat(czxid=248, mzxid=1270, ctime=1777565756224, mtime=1777565770562, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=248) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=226): Exists(path='/test_between_servers/225', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=226): ZnodeStat(czxid=248, mzxid=1270, ctime=1777565756224, mtime=1777565770562, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=248) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=226): Exists(path='/test_between_servers/225', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=226): ZnodeStat(czxid=248, mzxid=1270, ctime=1777565756224, mtime=1777565770562, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=248) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=2228): Exists(path='/test_between_servers/226', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=2228): ZnodeStat(czxid=250, mzxid=1271, ctime=1777565756241, mtime=1777565770577, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=250) (connection.py:410, _read_response) 2026-04-30 16:16:22 [ 383 ] DEBUG : Sending request(xid=227): Exists(path='/test_between_servers/226', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:22 [ 383 ] DEBUG : Received response(xid=227): ZnodeStat(czxid=250, mzxid=1271, ctime=1777565756241, mtime=1777565770577, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=250) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=227): Exists(path='/test_between_servers/226', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=227): ZnodeStat(czxid=250, mzxid=1271, ctime=1777565756241, mtime=1777565770577, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=250) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2229): Exists(path='/test_between_servers/227', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2229): ZnodeStat(czxid=251, mzxid=1272, ctime=1777565756254, mtime=1777565770603, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=251) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=228): Exists(path='/test_between_servers/227', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=228): ZnodeStat(czxid=251, mzxid=1272, ctime=1777565756254, mtime=1777565770603, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=251) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=228): Exists(path='/test_between_servers/227', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=228): ZnodeStat(czxid=251, mzxid=1272, ctime=1777565756254, mtime=1777565770603, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=251) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2230): Exists(path='/test_between_servers/228', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2230): ZnodeStat(czxid=252, mzxid=1273, ctime=1777565756267, mtime=1777565770626, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=252) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=229): Exists(path='/test_between_servers/228', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=229): ZnodeStat(czxid=252, mzxid=1273, ctime=1777565756267, mtime=1777565770626, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=252) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=229): Exists(path='/test_between_servers/228', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=229): ZnodeStat(czxid=252, mzxid=1273, ctime=1777565756267, mtime=1777565770626, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=252) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2231): Exists(path='/test_between_servers/229', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2231): ZnodeStat(czxid=253, mzxid=1274, ctime=1777565756280, mtime=1777565770639, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=253) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=230): Exists(path='/test_between_servers/229', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=230): ZnodeStat(czxid=253, mzxid=1274, ctime=1777565756280, mtime=1777565770639, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=253) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=230): Exists(path='/test_between_servers/229', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=230): ZnodeStat(czxid=253, mzxid=1274, ctime=1777565756280, mtime=1777565770639, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=253) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2232): Exists(path='/test_between_servers/230', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2232): ZnodeStat(czxid=254, mzxid=1275, ctime=1777565756290, mtime=1777565770653, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=254) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=231): Exists(path='/test_between_servers/230', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=231): ZnodeStat(czxid=254, mzxid=1275, ctime=1777565756290, mtime=1777565770653, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=254) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=231): Exists(path='/test_between_servers/230', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=231): ZnodeStat(czxid=254, mzxid=1275, ctime=1777565756290, mtime=1777565770653, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=254) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2233): Exists(path='/test_between_servers/231', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2233): ZnodeStat(czxid=255, mzxid=1276, ctime=1777565756299, mtime=1777565770665, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=255) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=232): Exists(path='/test_between_servers/231', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=232): ZnodeStat(czxid=255, mzxid=1276, ctime=1777565756299, mtime=1777565770665, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=255) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=232): Exists(path='/test_between_servers/231', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=232): ZnodeStat(czxid=255, mzxid=1276, ctime=1777565756299, mtime=1777565770665, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=255) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2234): Exists(path='/test_between_servers/232', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2234): ZnodeStat(czxid=256, mzxid=1277, ctime=1777565756310, mtime=1777565770681, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=256) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=233): Exists(path='/test_between_servers/232', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=233): ZnodeStat(czxid=256, mzxid=1277, ctime=1777565756310, mtime=1777565770681, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=256) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=233): Exists(path='/test_between_servers/232', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=233): ZnodeStat(czxid=256, mzxid=1277, ctime=1777565756310, mtime=1777565770681, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=256) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2235): Exists(path='/test_between_servers/233', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2235): ZnodeStat(czxid=257, mzxid=1278, ctime=1777565756319, mtime=1777565770698, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=257) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=234): Exists(path='/test_between_servers/233', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=234): ZnodeStat(czxid=257, mzxid=1278, ctime=1777565756319, mtime=1777565770698, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=257) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=234): Exists(path='/test_between_servers/233', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=234): ZnodeStat(czxid=257, mzxid=1278, ctime=1777565756319, mtime=1777565770698, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=257) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2236): Exists(path='/test_between_servers/234', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2236): ZnodeStat(czxid=258, mzxid=1279, ctime=1777565756330, mtime=1777565770716, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=258) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=235): Exists(path='/test_between_servers/234', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=235): ZnodeStat(czxid=258, mzxid=1279, ctime=1777565756330, mtime=1777565770716, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=258) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=235): Exists(path='/test_between_servers/234', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=235): ZnodeStat(czxid=258, mzxid=1279, ctime=1777565756330, mtime=1777565770716, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=258) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2237): Exists(path='/test_between_servers/235', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2237): ZnodeStat(czxid=259, mzxid=1280, ctime=1777565756342, mtime=1777565770732, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=259) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=236): Exists(path='/test_between_servers/235', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=236): ZnodeStat(czxid=259, mzxid=1280, ctime=1777565756342, mtime=1777565770732, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=259) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=236): Exists(path='/test_between_servers/235', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=236): ZnodeStat(czxid=259, mzxid=1280, ctime=1777565756342, mtime=1777565770732, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=259) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2238): Exists(path='/test_between_servers/236', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2238): ZnodeStat(czxid=260, mzxid=1281, ctime=1777565756356, mtime=1777565770748, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=260) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=237): Exists(path='/test_between_servers/236', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=237): ZnodeStat(czxid=260, mzxid=1281, ctime=1777565756356, mtime=1777565770748, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=260) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=237): Exists(path='/test_between_servers/236', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=237): ZnodeStat(czxid=260, mzxid=1281, ctime=1777565756356, mtime=1777565770748, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=260) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2239): Exists(path='/test_between_servers/237', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2239): ZnodeStat(czxid=261, mzxid=1282, ctime=1777565756372, mtime=1777565770761, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=261) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=238): Exists(path='/test_between_servers/237', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=238): ZnodeStat(czxid=261, mzxid=1282, ctime=1777565756372, mtime=1777565770761, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=261) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=238): Exists(path='/test_between_servers/237', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=238): ZnodeStat(czxid=261, mzxid=1282, ctime=1777565756372, mtime=1777565770761, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=261) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2240): Exists(path='/test_between_servers/238', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2240): ZnodeStat(czxid=263, mzxid=1283, ctime=1777565756388, mtime=1777565770777, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=263) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=239): Exists(path='/test_between_servers/238', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=239): ZnodeStat(czxid=263, mzxid=1283, ctime=1777565756388, mtime=1777565770777, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=263) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=239): Exists(path='/test_between_servers/238', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=239): ZnodeStat(czxid=263, mzxid=1283, ctime=1777565756388, mtime=1777565770777, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=263) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2241): Exists(path='/test_between_servers/239', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2241): ZnodeStat(czxid=264, mzxid=1284, ctime=1777565756403, mtime=1777565770793, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=264) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=240): Exists(path='/test_between_servers/239', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=240): ZnodeStat(czxid=264, mzxid=1284, ctime=1777565756403, mtime=1777565770793, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=264) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=240): Exists(path='/test_between_servers/239', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=240): ZnodeStat(czxid=264, mzxid=1284, ctime=1777565756403, mtime=1777565770793, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=264) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2242): Exists(path='/test_between_servers/240', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2242): ZnodeStat(czxid=265, mzxid=1285, ctime=1777565756413, mtime=1777565770804, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=265) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=241): Exists(path='/test_between_servers/240', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=241): ZnodeStat(czxid=265, mzxid=1285, ctime=1777565756413, mtime=1777565770804, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=265) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=241): Exists(path='/test_between_servers/240', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=241): ZnodeStat(czxid=265, mzxid=1285, ctime=1777565756413, mtime=1777565770804, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=265) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2243): Exists(path='/test_between_servers/241', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2243): ZnodeStat(czxid=266, mzxid=1286, ctime=1777565756424, mtime=1777565770815, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=266) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=242): Exists(path='/test_between_servers/241', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=242): ZnodeStat(czxid=266, mzxid=1286, ctime=1777565756424, mtime=1777565770815, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=266) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=242): Exists(path='/test_between_servers/241', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=242): ZnodeStat(czxid=266, mzxid=1286, ctime=1777565756424, mtime=1777565770815, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=266) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2244): Exists(path='/test_between_servers/242', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2244): ZnodeStat(czxid=267, mzxid=1287, ctime=1777565756439, mtime=1777565770823, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=267) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=243): Exists(path='/test_between_servers/242', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=243): ZnodeStat(czxid=267, mzxid=1287, ctime=1777565756439, mtime=1777565770823, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=267) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=243): Exists(path='/test_between_servers/242', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=243): ZnodeStat(czxid=267, mzxid=1287, ctime=1777565756439, mtime=1777565770823, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=267) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2245): Exists(path='/test_between_servers/243', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2245): ZnodeStat(czxid=268, mzxid=1288, ctime=1777565756455, mtime=1777565770837, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=268) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=244): Exists(path='/test_between_servers/243', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=244): ZnodeStat(czxid=268, mzxid=1288, ctime=1777565756455, mtime=1777565770837, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=268) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=244): Exists(path='/test_between_servers/243', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=244): ZnodeStat(czxid=268, mzxid=1288, ctime=1777565756455, mtime=1777565770837, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=268) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2246): Exists(path='/test_between_servers/244', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2246): ZnodeStat(czxid=269, mzxid=1289, ctime=1777565756467, mtime=1777565770856, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=269) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=245): Exists(path='/test_between_servers/244', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=245): ZnodeStat(czxid=269, mzxid=1289, ctime=1777565756467, mtime=1777565770856, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=269) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=245): Exists(path='/test_between_servers/244', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=245): ZnodeStat(czxid=269, mzxid=1289, ctime=1777565756467, mtime=1777565770856, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=269) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2247): Exists(path='/test_between_servers/245', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2247): ZnodeStat(czxid=270, mzxid=1290, ctime=1777565756476, mtime=1777565770870, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=270) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=246): Exists(path='/test_between_servers/245', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=246): ZnodeStat(czxid=270, mzxid=1290, ctime=1777565756476, mtime=1777565770870, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=270) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=246): Exists(path='/test_between_servers/245', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=246): ZnodeStat(czxid=270, mzxid=1290, ctime=1777565756476, mtime=1777565770870, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=270) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2248): Exists(path='/test_between_servers/246', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2248): ZnodeStat(czxid=271, mzxid=1291, ctime=1777565756484, mtime=1777565770885, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=271) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=247): Exists(path='/test_between_servers/246', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=247): ZnodeStat(czxid=271, mzxid=1291, ctime=1777565756484, mtime=1777565770885, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=271) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=247): Exists(path='/test_between_servers/246', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=247): ZnodeStat(czxid=271, mzxid=1291, ctime=1777565756484, mtime=1777565770885, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=271) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2249): Exists(path='/test_between_servers/247', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2249): ZnodeStat(czxid=272, mzxid=1292, ctime=1777565756493, mtime=1777565770903, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=272) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=248): Exists(path='/test_between_servers/247', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=248): ZnodeStat(czxid=272, mzxid=1292, ctime=1777565756493, mtime=1777565770903, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=272) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=248): Exists(path='/test_between_servers/247', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=248): ZnodeStat(czxid=272, mzxid=1292, ctime=1777565756493, mtime=1777565770903, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=272) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2250): Exists(path='/test_between_servers/248', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2250): ZnodeStat(czxid=273, mzxid=1293, ctime=1777565756506, mtime=1777565770916, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=273) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=249): Exists(path='/test_between_servers/248', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=249): ZnodeStat(czxid=273, mzxid=1293, ctime=1777565756506, mtime=1777565770916, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=273) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=249): Exists(path='/test_between_servers/248', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=249): ZnodeStat(czxid=273, mzxid=1293, ctime=1777565756506, mtime=1777565770916, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=273) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2251): Exists(path='/test_between_servers/249', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2251): ZnodeStat(czxid=274, mzxid=1294, ctime=1777565756521, mtime=1777565770929, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=274) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=250): Exists(path='/test_between_servers/249', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=250): ZnodeStat(czxid=274, mzxid=1294, ctime=1777565756521, mtime=1777565770929, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=274) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=250): Exists(path='/test_between_servers/249', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=250): ZnodeStat(czxid=274, mzxid=1294, ctime=1777565756521, mtime=1777565770929, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=274) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2252): Exists(path='/test_between_servers/250', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2252): ZnodeStat(czxid=275, mzxid=1295, ctime=1777565756532, mtime=1777565770947, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=275) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=251): Exists(path='/test_between_servers/250', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=251): ZnodeStat(czxid=275, mzxid=1295, ctime=1777565756532, mtime=1777565770947, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=275) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=251): Exists(path='/test_between_servers/250', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=251): ZnodeStat(czxid=275, mzxid=1295, ctime=1777565756532, mtime=1777565770947, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=275) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2253): Exists(path='/test_between_servers/251', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2253): ZnodeStat(czxid=276, mzxid=1296, ctime=1777565756549, mtime=1777565770958, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=276) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=252): Exists(path='/test_between_servers/251', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=252): ZnodeStat(czxid=276, mzxid=1296, ctime=1777565756549, mtime=1777565770958, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=276) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=252): Exists(path='/test_between_servers/251', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=252): ZnodeStat(czxid=276, mzxid=1296, ctime=1777565756549, mtime=1777565770958, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=276) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2254): Exists(path='/test_between_servers/252', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2254): ZnodeStat(czxid=277, mzxid=1297, ctime=1777565756569, mtime=1777565770969, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=277) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=253): Exists(path='/test_between_servers/252', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=253): ZnodeStat(czxid=277, mzxid=1297, ctime=1777565756569, mtime=1777565770969, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=277) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=253): Exists(path='/test_between_servers/252', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=253): ZnodeStat(czxid=277, mzxid=1297, ctime=1777565756569, mtime=1777565770969, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=277) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2255): Exists(path='/test_between_servers/253', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2255): ZnodeStat(czxid=278, mzxid=1298, ctime=1777565756581, mtime=1777565770980, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=278) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=254): Exists(path='/test_between_servers/253', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=254): ZnodeStat(czxid=278, mzxid=1298, ctime=1777565756581, mtime=1777565770980, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=278) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=254): Exists(path='/test_between_servers/253', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=254): ZnodeStat(czxid=278, mzxid=1298, ctime=1777565756581, mtime=1777565770980, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=278) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2256): Exists(path='/test_between_servers/254', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2256): ZnodeStat(czxid=279, mzxid=1299, ctime=1777565756595, mtime=1777565770992, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=279) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=255): Exists(path='/test_between_servers/254', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=255): ZnodeStat(czxid=279, mzxid=1299, ctime=1777565756595, mtime=1777565770992, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=279) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=255): Exists(path='/test_between_servers/254', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=255): ZnodeStat(czxid=279, mzxid=1299, ctime=1777565756595, mtime=1777565770992, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=279) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2257): Exists(path='/test_between_servers/255', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2257): ZnodeStat(czxid=280, mzxid=1300, ctime=1777565756607, mtime=1777565771018, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=280) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=256): Exists(path='/test_between_servers/255', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=256): ZnodeStat(czxid=280, mzxid=1300, ctime=1777565756607, mtime=1777565771018, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=280) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=256): Exists(path='/test_between_servers/255', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=256): ZnodeStat(czxid=280, mzxid=1300, ctime=1777565756607, mtime=1777565771018, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=280) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2258): Exists(path='/test_between_servers/256', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2258): ZnodeStat(czxid=281, mzxid=1301, ctime=1777565756619, mtime=1777565771034, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=281) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=257): Exists(path='/test_between_servers/256', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=257): ZnodeStat(czxid=281, mzxid=1301, ctime=1777565756619, mtime=1777565771034, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=281) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=257): Exists(path='/test_between_servers/256', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=257): ZnodeStat(czxid=281, mzxid=1301, ctime=1777565756619, mtime=1777565771034, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=281) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2259): Exists(path='/test_between_servers/257', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2259): ZnodeStat(czxid=282, mzxid=1302, ctime=1777565756630, mtime=1777565771053, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=282) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=258): Exists(path='/test_between_servers/257', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=258): ZnodeStat(czxid=282, mzxid=1302, ctime=1777565756630, mtime=1777565771053, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=282) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=258): Exists(path='/test_between_servers/257', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=258): ZnodeStat(czxid=282, mzxid=1302, ctime=1777565756630, mtime=1777565771053, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=282) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2260): Exists(path='/test_between_servers/258', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2260): ZnodeStat(czxid=283, mzxid=1303, ctime=1777565756642, mtime=1777565771069, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=283) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=259): Exists(path='/test_between_servers/258', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=259): ZnodeStat(czxid=283, mzxid=1303, ctime=1777565756642, mtime=1777565771069, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=283) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=259): Exists(path='/test_between_servers/258', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=259): ZnodeStat(czxid=283, mzxid=1303, ctime=1777565756642, mtime=1777565771069, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=283) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2261): Exists(path='/test_between_servers/259', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2261): ZnodeStat(czxid=284, mzxid=1304, ctime=1777565756653, mtime=1777565771088, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=284) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=260): Exists(path='/test_between_servers/259', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=260): ZnodeStat(czxid=284, mzxid=1304, ctime=1777565756653, mtime=1777565771088, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=284) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=260): Exists(path='/test_between_servers/259', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=260): ZnodeStat(czxid=284, mzxid=1304, ctime=1777565756653, mtime=1777565771088, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=284) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2262): Exists(path='/test_between_servers/260', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2262): ZnodeStat(czxid=285, mzxid=1305, ctime=1777565756664, mtime=1777565771099, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=285) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=261): Exists(path='/test_between_servers/260', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=261): ZnodeStat(czxid=285, mzxid=1305, ctime=1777565756664, mtime=1777565771099, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=285) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=261): Exists(path='/test_between_servers/260', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=261): ZnodeStat(czxid=285, mzxid=1305, ctime=1777565756664, mtime=1777565771099, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=285) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2263): Exists(path='/test_between_servers/261', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2263): ZnodeStat(czxid=286, mzxid=1306, ctime=1777565756678, mtime=1777565771110, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=286) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=262): Exists(path='/test_between_servers/261', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=262): ZnodeStat(czxid=286, mzxid=1306, ctime=1777565756678, mtime=1777565771110, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=286) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=262): Exists(path='/test_between_servers/261', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=262): ZnodeStat(czxid=286, mzxid=1306, ctime=1777565756678, mtime=1777565771110, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=286) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2264): Exists(path='/test_between_servers/262', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2264): ZnodeStat(czxid=287, mzxid=1307, ctime=1777565756690, mtime=1777565771122, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=287) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=263): Exists(path='/test_between_servers/262', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=263): ZnodeStat(czxid=287, mzxid=1307, ctime=1777565756690, mtime=1777565771122, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=287) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=263): Exists(path='/test_between_servers/262', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=263): ZnodeStat(czxid=287, mzxid=1307, ctime=1777565756690, mtime=1777565771122, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=287) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2265): Exists(path='/test_between_servers/263', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2265): ZnodeStat(czxid=288, mzxid=1308, ctime=1777565756701, mtime=1777565771136, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=288) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=264): Exists(path='/test_between_servers/263', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=264): ZnodeStat(czxid=288, mzxid=1308, ctime=1777565756701, mtime=1777565771136, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=288) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=264): Exists(path='/test_between_servers/263', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=264): ZnodeStat(czxid=288, mzxid=1308, ctime=1777565756701, mtime=1777565771136, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=288) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2266): Exists(path='/test_between_servers/264', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2266): ZnodeStat(czxid=289, mzxid=1309, ctime=1777565756717, mtime=1777565771146, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=289) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=265): Exists(path='/test_between_servers/264', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=265): ZnodeStat(czxid=289, mzxid=1309, ctime=1777565756717, mtime=1777565771146, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=289) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=265): Exists(path='/test_between_servers/264', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=265): ZnodeStat(czxid=289, mzxid=1309, ctime=1777565756717, mtime=1777565771146, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=289) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2267): Exists(path='/test_between_servers/265', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2267): ZnodeStat(czxid=290, mzxid=1310, ctime=1777565756729, mtime=1777565771163, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=290) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=266): Exists(path='/test_between_servers/265', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=266): ZnodeStat(czxid=290, mzxid=1310, ctime=1777565756729, mtime=1777565771163, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=290) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=266): Exists(path='/test_between_servers/265', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=266): ZnodeStat(czxid=290, mzxid=1310, ctime=1777565756729, mtime=1777565771163, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=290) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2268): Exists(path='/test_between_servers/266', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2268): ZnodeStat(czxid=291, mzxid=1311, ctime=1777565756740, mtime=1777565771176, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=291) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=267): Exists(path='/test_between_servers/266', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=267): ZnodeStat(czxid=291, mzxid=1311, ctime=1777565756740, mtime=1777565771176, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=291) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=267): Exists(path='/test_between_servers/266', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=267): ZnodeStat(czxid=291, mzxid=1311, ctime=1777565756740, mtime=1777565771176, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=291) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2269): Exists(path='/test_between_servers/267', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2269): ZnodeStat(czxid=292, mzxid=1312, ctime=1777565756756, mtime=1777565771187, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=292) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=268): Exists(path='/test_between_servers/267', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=268): ZnodeStat(czxid=292, mzxid=1312, ctime=1777565756756, mtime=1777565771187, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=292) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=268): Exists(path='/test_between_servers/267', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=268): ZnodeStat(czxid=292, mzxid=1312, ctime=1777565756756, mtime=1777565771187, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=292) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2270): Exists(path='/test_between_servers/268', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2270): ZnodeStat(czxid=293, mzxid=1313, ctime=1777565756767, mtime=1777565771198, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=293) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=269): Exists(path='/test_between_servers/268', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=269): ZnodeStat(czxid=293, mzxid=1313, ctime=1777565756767, mtime=1777565771198, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=293) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=269): Exists(path='/test_between_servers/268', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=269): ZnodeStat(czxid=293, mzxid=1313, ctime=1777565756767, mtime=1777565771198, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=293) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2271): Exists(path='/test_between_servers/269', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2271): ZnodeStat(czxid=294, mzxid=1314, ctime=1777565756776, mtime=1777565771215, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=294) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=270): Exists(path='/test_between_servers/269', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=270): ZnodeStat(czxid=294, mzxid=1314, ctime=1777565756776, mtime=1777565771215, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=294) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=270): Exists(path='/test_between_servers/269', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=270): ZnodeStat(czxid=294, mzxid=1314, ctime=1777565756776, mtime=1777565771215, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=294) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2272): Exists(path='/test_between_servers/270', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2272): ZnodeStat(czxid=295, mzxid=1315, ctime=1777565756789, mtime=1777565771225, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=295) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=271): Exists(path='/test_between_servers/270', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=271): ZnodeStat(czxid=295, mzxid=1315, ctime=1777565756789, mtime=1777565771225, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=295) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=271): Exists(path='/test_between_servers/270', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=271): ZnodeStat(czxid=295, mzxid=1315, ctime=1777565756789, mtime=1777565771225, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=295) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2273): Exists(path='/test_between_servers/271', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2273): ZnodeStat(czxid=296, mzxid=1316, ctime=1777565756801, mtime=1777565771235, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=296) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=272): Exists(path='/test_between_servers/271', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=272): ZnodeStat(czxid=296, mzxid=1316, ctime=1777565756801, mtime=1777565771235, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=296) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=272): Exists(path='/test_between_servers/271', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=272): ZnodeStat(czxid=296, mzxid=1316, ctime=1777565756801, mtime=1777565771235, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=296) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2274): Exists(path='/test_between_servers/272', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2274): ZnodeStat(czxid=297, mzxid=1317, ctime=1777565756811, mtime=1777565771252, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=297) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=273): Exists(path='/test_between_servers/272', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=273): ZnodeStat(czxid=297, mzxid=1317, ctime=1777565756811, mtime=1777565771252, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=297) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=273): Exists(path='/test_between_servers/272', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=273): ZnodeStat(czxid=297, mzxid=1317, ctime=1777565756811, mtime=1777565771252, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=297) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2275): Exists(path='/test_between_servers/273', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2275): ZnodeStat(czxid=298, mzxid=1318, ctime=1777565756823, mtime=1777565771268, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=298) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=274): Exists(path='/test_between_servers/273', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=274): ZnodeStat(czxid=298, mzxid=1318, ctime=1777565756823, mtime=1777565771268, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=298) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=274): Exists(path='/test_between_servers/273', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=274): ZnodeStat(czxid=298, mzxid=1318, ctime=1777565756823, mtime=1777565771268, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=298) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2276): Exists(path='/test_between_servers/274', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2276): ZnodeStat(czxid=299, mzxid=1319, ctime=1777565756840, mtime=1777565771279, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=299) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=275): Exists(path='/test_between_servers/274', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=275): ZnodeStat(czxid=299, mzxid=1319, ctime=1777565756840, mtime=1777565771279, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=299) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=275): Exists(path='/test_between_servers/274', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=275): ZnodeStat(czxid=299, mzxid=1319, ctime=1777565756840, mtime=1777565771279, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=299) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2277): Exists(path='/test_between_servers/275', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2277): ZnodeStat(czxid=300, mzxid=1320, ctime=1777565756852, mtime=1777565771291, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=300) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=276): Exists(path='/test_between_servers/275', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=276): ZnodeStat(czxid=300, mzxid=1320, ctime=1777565756852, mtime=1777565771291, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=300) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=276): Exists(path='/test_between_servers/275', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=276): ZnodeStat(czxid=300, mzxid=1320, ctime=1777565756852, mtime=1777565771291, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=300) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2278): Exists(path='/test_between_servers/276', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2278): ZnodeStat(czxid=301, mzxid=1321, ctime=1777565756865, mtime=1777565771305, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=301) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=277): Exists(path='/test_between_servers/276', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=277): ZnodeStat(czxid=301, mzxid=1321, ctime=1777565756865, mtime=1777565771305, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=301) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=277): Exists(path='/test_between_servers/276', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=277): ZnodeStat(czxid=301, mzxid=1321, ctime=1777565756865, mtime=1777565771305, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=301) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2279): Exists(path='/test_between_servers/277', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2279): ZnodeStat(czxid=302, mzxid=1322, ctime=1777565756877, mtime=1777565771317, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=302) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=278): Exists(path='/test_between_servers/277', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=278): ZnodeStat(czxid=302, mzxid=1322, ctime=1777565756877, mtime=1777565771317, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=302) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=278): Exists(path='/test_between_servers/277', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=278): ZnodeStat(czxid=302, mzxid=1322, ctime=1777565756877, mtime=1777565771317, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=302) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2280): Exists(path='/test_between_servers/278', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2280): ZnodeStat(czxid=303, mzxid=1323, ctime=1777565756895, mtime=1777565771328, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=303) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=279): Exists(path='/test_between_servers/278', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=279): ZnodeStat(czxid=303, mzxid=1323, ctime=1777565756895, mtime=1777565771328, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=303) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=279): Exists(path='/test_between_servers/278', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=279): ZnodeStat(czxid=303, mzxid=1323, ctime=1777565756895, mtime=1777565771328, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=303) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2281): Exists(path='/test_between_servers/279', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2281): ZnodeStat(czxid=304, mzxid=1324, ctime=1777565756910, mtime=1777565771338, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=304) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=280): Exists(path='/test_between_servers/279', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=280): ZnodeStat(czxid=304, mzxid=1324, ctime=1777565756910, mtime=1777565771338, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=304) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=280): Exists(path='/test_between_servers/279', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=280): ZnodeStat(czxid=304, mzxid=1324, ctime=1777565756910, mtime=1777565771338, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=304) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2282): Exists(path='/test_between_servers/280', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2282): ZnodeStat(czxid=305, mzxid=1325, ctime=1777565756922, mtime=1777565771349, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=305) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=281): Exists(path='/test_between_servers/280', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=281): ZnodeStat(czxid=305, mzxid=1325, ctime=1777565756922, mtime=1777565771349, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=305) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=281): Exists(path='/test_between_servers/280', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=281): ZnodeStat(czxid=305, mzxid=1325, ctime=1777565756922, mtime=1777565771349, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=305) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2283): Exists(path='/test_between_servers/281', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2283): ZnodeStat(czxid=306, mzxid=1326, ctime=1777565756934, mtime=1777565771360, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=306) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=282): Exists(path='/test_between_servers/281', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=282): ZnodeStat(czxid=306, mzxid=1326, ctime=1777565756934, mtime=1777565771360, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=306) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=282): Exists(path='/test_between_servers/281', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=282): ZnodeStat(czxid=306, mzxid=1326, ctime=1777565756934, mtime=1777565771360, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=306) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2284): Exists(path='/test_between_servers/282', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2284): ZnodeStat(czxid=307, mzxid=1327, ctime=1777565756947, mtime=1777565771372, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=307) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=283): Exists(path='/test_between_servers/282', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=283): ZnodeStat(czxid=307, mzxid=1327, ctime=1777565756947, mtime=1777565771372, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=307) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=283): Exists(path='/test_between_servers/282', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=283): ZnodeStat(czxid=307, mzxid=1327, ctime=1777565756947, mtime=1777565771372, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=307) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2285): Exists(path='/test_between_servers/283', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2285): ZnodeStat(czxid=308, mzxid=1328, ctime=1777565756980, mtime=1777565771382, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=308) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=284): Exists(path='/test_between_servers/283', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=284): ZnodeStat(czxid=308, mzxid=1328, ctime=1777565756980, mtime=1777565771382, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=308) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=284): Exists(path='/test_between_servers/283', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=284): ZnodeStat(czxid=308, mzxid=1328, ctime=1777565756980, mtime=1777565771382, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=308) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2286): Exists(path='/test_between_servers/284', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2286): ZnodeStat(czxid=309, mzxid=1329, ctime=1777565756992, mtime=1777565771393, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=309) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=285): Exists(path='/test_between_servers/284', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=285): ZnodeStat(czxid=309, mzxid=1329, ctime=1777565756992, mtime=1777565771393, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=309) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=285): Exists(path='/test_between_servers/284', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=285): ZnodeStat(czxid=309, mzxid=1329, ctime=1777565756992, mtime=1777565771393, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=309) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2287): Exists(path='/test_between_servers/285', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2287): ZnodeStat(czxid=310, mzxid=1330, ctime=1777565757008, mtime=1777565771402, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=310) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=286): Exists(path='/test_between_servers/285', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=286): ZnodeStat(czxid=310, mzxid=1330, ctime=1777565757008, mtime=1777565771402, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=310) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=286): Exists(path='/test_between_servers/285', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=286): ZnodeStat(czxid=310, mzxid=1330, ctime=1777565757008, mtime=1777565771402, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=310) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2288): Exists(path='/test_between_servers/286', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2288): ZnodeStat(czxid=311, mzxid=1331, ctime=1777565757019, mtime=1777565771414, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=311) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=287): Exists(path='/test_between_servers/286', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=287): ZnodeStat(czxid=311, mzxid=1331, ctime=1777565757019, mtime=1777565771414, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=311) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=287): Exists(path='/test_between_servers/286', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=287): ZnodeStat(czxid=311, mzxid=1331, ctime=1777565757019, mtime=1777565771414, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=311) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2289): Exists(path='/test_between_servers/287', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2289): ZnodeStat(czxid=312, mzxid=1332, ctime=1777565757034, mtime=1777565771425, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=312) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=288): Exists(path='/test_between_servers/287', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=288): ZnodeStat(czxid=312, mzxid=1332, ctime=1777565757034, mtime=1777565771425, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=312) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=288): Exists(path='/test_between_servers/287', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=288): ZnodeStat(czxid=312, mzxid=1332, ctime=1777565757034, mtime=1777565771425, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=312) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2290): Exists(path='/test_between_servers/288', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2290): ZnodeStat(czxid=313, mzxid=1333, ctime=1777565757046, mtime=1777565771437, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=313) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=289): Exists(path='/test_between_servers/288', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=289): ZnodeStat(czxid=313, mzxid=1333, ctime=1777565757046, mtime=1777565771437, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=313) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=289): Exists(path='/test_between_servers/288', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=289): ZnodeStat(czxid=313, mzxid=1333, ctime=1777565757046, mtime=1777565771437, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=313) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2291): Exists(path='/test_between_servers/289', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2291): ZnodeStat(czxid=314, mzxid=1334, ctime=1777565757059, mtime=1777565771447, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=314) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=290): Exists(path='/test_between_servers/289', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=290): ZnodeStat(czxid=314, mzxid=1334, ctime=1777565757059, mtime=1777565771447, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=314) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=290): Exists(path='/test_between_servers/289', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=290): ZnodeStat(czxid=314, mzxid=1334, ctime=1777565757059, mtime=1777565771447, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=314) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2292): Exists(path='/test_between_servers/290', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2292): ZnodeStat(czxid=315, mzxid=1335, ctime=1777565757073, mtime=1777565771458, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=315) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=291): Exists(path='/test_between_servers/290', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=291): ZnodeStat(czxid=315, mzxid=1335, ctime=1777565757073, mtime=1777565771458, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=315) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=291): Exists(path='/test_between_servers/290', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=291): ZnodeStat(czxid=315, mzxid=1335, ctime=1777565757073, mtime=1777565771458, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=315) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2293): Exists(path='/test_between_servers/291', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2293): ZnodeStat(czxid=316, mzxid=1336, ctime=1777565757087, mtime=1777565771469, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=316) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=292): Exists(path='/test_between_servers/291', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=292): ZnodeStat(czxid=316, mzxid=1336, ctime=1777565757087, mtime=1777565771469, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=316) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=292): Exists(path='/test_between_servers/291', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=292): ZnodeStat(czxid=316, mzxid=1336, ctime=1777565757087, mtime=1777565771469, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=316) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2294): Exists(path='/test_between_servers/292', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2294): ZnodeStat(czxid=317, mzxid=1337, ctime=1777565757100, mtime=1777565771478, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=317) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=293): Exists(path='/test_between_servers/292', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=293): ZnodeStat(czxid=317, mzxid=1337, ctime=1777565757100, mtime=1777565771478, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=317) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=293): Exists(path='/test_between_servers/292', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=293): ZnodeStat(czxid=317, mzxid=1337, ctime=1777565757100, mtime=1777565771478, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=317) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2295): Exists(path='/test_between_servers/293', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2295): ZnodeStat(czxid=318, mzxid=1338, ctime=1777565757115, mtime=1777565771487, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=318) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=294): Exists(path='/test_between_servers/293', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=294): ZnodeStat(czxid=318, mzxid=1338, ctime=1777565757115, mtime=1777565771487, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=318) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=294): Exists(path='/test_between_servers/293', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=294): ZnodeStat(czxid=318, mzxid=1338, ctime=1777565757115, mtime=1777565771487, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=318) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2296): Exists(path='/test_between_servers/294', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2296): ZnodeStat(czxid=319, mzxid=1340, ctime=1777565757132, mtime=1777565771497, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=319) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=295): Exists(path='/test_between_servers/294', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=295): ZnodeStat(czxid=319, mzxid=1340, ctime=1777565757132, mtime=1777565771497, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=319) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=295): Exists(path='/test_between_servers/294', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=295): ZnodeStat(czxid=319, mzxid=1340, ctime=1777565757132, mtime=1777565771497, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=319) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2297): Exists(path='/test_between_servers/295', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2297): ZnodeStat(czxid=320, mzxid=1342, ctime=1777565757146, mtime=1777565771510, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=320) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=296): Exists(path='/test_between_servers/295', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=296): ZnodeStat(czxid=320, mzxid=1342, ctime=1777565757146, mtime=1777565771510, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=320) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=296): Exists(path='/test_between_servers/295', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=296): ZnodeStat(czxid=320, mzxid=1342, ctime=1777565757146, mtime=1777565771510, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=320) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2298): Exists(path='/test_between_servers/296', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2298): ZnodeStat(czxid=321, mzxid=1343, ctime=1777565757165, mtime=1777565771531, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=321) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=297): Exists(path='/test_between_servers/296', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=297): ZnodeStat(czxid=321, mzxid=1343, ctime=1777565757165, mtime=1777565771531, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=321) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=297): Exists(path='/test_between_servers/296', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=297): ZnodeStat(czxid=321, mzxid=1343, ctime=1777565757165, mtime=1777565771531, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=321) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2299): Exists(path='/test_between_servers/297', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2299): ZnodeStat(czxid=322, mzxid=1344, ctime=1777565757179, mtime=1777565771546, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=322) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=298): Exists(path='/test_between_servers/297', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=298): ZnodeStat(czxid=322, mzxid=1344, ctime=1777565757179, mtime=1777565771546, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=322) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=298): Exists(path='/test_between_servers/297', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=298): ZnodeStat(czxid=322, mzxid=1344, ctime=1777565757179, mtime=1777565771546, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=322) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2300): Exists(path='/test_between_servers/298', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2300): ZnodeStat(czxid=323, mzxid=1345, ctime=1777565757195, mtime=1777565771560, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=323) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=299): Exists(path='/test_between_servers/298', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=299): ZnodeStat(czxid=323, mzxid=1345, ctime=1777565757195, mtime=1777565771560, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=323) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=299): Exists(path='/test_between_servers/298', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=299): ZnodeStat(czxid=323, mzxid=1345, ctime=1777565757195, mtime=1777565771560, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=323) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2301): Exists(path='/test_between_servers/299', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2301): ZnodeStat(czxid=324, mzxid=1346, ctime=1777565757211, mtime=1777565771575, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=324) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=300): Exists(path='/test_between_servers/299', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=300): ZnodeStat(czxid=324, mzxid=1346, ctime=1777565757211, mtime=1777565771575, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=324) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=300): Exists(path='/test_between_servers/299', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=300): ZnodeStat(czxid=324, mzxid=1346, ctime=1777565757211, mtime=1777565771575, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=324) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2302): Exists(path='/test_between_servers/300', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2302): ZnodeStat(czxid=325, mzxid=1347, ctime=1777565757226, mtime=1777565771588, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=325) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=301): Exists(path='/test_between_servers/300', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=301): ZnodeStat(czxid=325, mzxid=1347, ctime=1777565757226, mtime=1777565771588, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=325) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=301): Exists(path='/test_between_servers/300', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=301): ZnodeStat(czxid=325, mzxid=1347, ctime=1777565757226, mtime=1777565771588, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=325) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2303): Exists(path='/test_between_servers/301', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2303): ZnodeStat(czxid=326, mzxid=1348, ctime=1777565757242, mtime=1777565771598, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=326) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=302): Exists(path='/test_between_servers/301', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=302): ZnodeStat(czxid=326, mzxid=1348, ctime=1777565757242, mtime=1777565771598, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=326) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=302): Exists(path='/test_between_servers/301', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=302): ZnodeStat(czxid=326, mzxid=1348, ctime=1777565757242, mtime=1777565771598, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=326) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2304): Exists(path='/test_between_servers/302', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2304): ZnodeStat(czxid=327, mzxid=1349, ctime=1777565757253, mtime=1777565771612, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=327) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=303): Exists(path='/test_between_servers/302', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=303): ZnodeStat(czxid=327, mzxid=1349, ctime=1777565757253, mtime=1777565771612, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=327) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=303): Exists(path='/test_between_servers/302', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=303): ZnodeStat(czxid=327, mzxid=1349, ctime=1777565757253, mtime=1777565771612, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=327) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2305): Exists(path='/test_between_servers/303', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2305): ZnodeStat(czxid=328, mzxid=1350, ctime=1777565757265, mtime=1777565771621, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=328) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=304): Exists(path='/test_between_servers/303', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=304): ZnodeStat(czxid=328, mzxid=1350, ctime=1777565757265, mtime=1777565771621, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=328) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=304): Exists(path='/test_between_servers/303', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=304): ZnodeStat(czxid=328, mzxid=1350, ctime=1777565757265, mtime=1777565771621, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=328) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2306): Exists(path='/test_between_servers/304', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2306): ZnodeStat(czxid=329, mzxid=1351, ctime=1777565757282, mtime=1777565771630, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=329) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=305): Exists(path='/test_between_servers/304', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=305): ZnodeStat(czxid=329, mzxid=1351, ctime=1777565757282, mtime=1777565771630, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=329) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=305): Exists(path='/test_between_servers/304', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=305): ZnodeStat(czxid=329, mzxid=1351, ctime=1777565757282, mtime=1777565771630, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=329) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2307): Exists(path='/test_between_servers/305', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2307): ZnodeStat(czxid=330, mzxid=1352, ctime=1777565757299, mtime=1777565771644, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=330) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=306): Exists(path='/test_between_servers/305', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=306): ZnodeStat(czxid=330, mzxid=1352, ctime=1777565757299, mtime=1777565771644, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=330) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=306): Exists(path='/test_between_servers/305', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=306): ZnodeStat(czxid=330, mzxid=1352, ctime=1777565757299, mtime=1777565771644, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=330) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2308): Exists(path='/test_between_servers/306', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2308): ZnodeStat(czxid=331, mzxid=1353, ctime=1777565757314, mtime=1777565771658, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=331) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=307): Exists(path='/test_between_servers/306', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=307): ZnodeStat(czxid=331, mzxid=1353, ctime=1777565757314, mtime=1777565771658, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=331) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=307): Exists(path='/test_between_servers/306', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=307): ZnodeStat(czxid=331, mzxid=1353, ctime=1777565757314, mtime=1777565771658, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=331) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2309): Exists(path='/test_between_servers/307', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2309): ZnodeStat(czxid=332, mzxid=1354, ctime=1777565757328, mtime=1777565771671, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=332) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=308): Exists(path='/test_between_servers/307', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=308): ZnodeStat(czxid=332, mzxid=1354, ctime=1777565757328, mtime=1777565771671, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=332) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=308): Exists(path='/test_between_servers/307', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=308): ZnodeStat(czxid=332, mzxid=1354, ctime=1777565757328, mtime=1777565771671, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=332) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2310): Exists(path='/test_between_servers/308', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2310): ZnodeStat(czxid=333, mzxid=1355, ctime=1777565757340, mtime=1777565771679, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=333) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=309): Exists(path='/test_between_servers/308', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=309): ZnodeStat(czxid=333, mzxid=1355, ctime=1777565757340, mtime=1777565771679, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=333) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=309): Exists(path='/test_between_servers/308', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=309): ZnodeStat(czxid=333, mzxid=1355, ctime=1777565757340, mtime=1777565771679, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=333) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2311): Exists(path='/test_between_servers/309', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2311): ZnodeStat(czxid=334, mzxid=1356, ctime=1777565757352, mtime=1777565771691, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=334) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=310): Exists(path='/test_between_servers/309', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=310): ZnodeStat(czxid=334, mzxid=1356, ctime=1777565757352, mtime=1777565771691, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=334) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=310): Exists(path='/test_between_servers/309', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=310): ZnodeStat(czxid=334, mzxid=1356, ctime=1777565757352, mtime=1777565771691, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=334) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2312): Exists(path='/test_between_servers/310', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2312): ZnodeStat(czxid=335, mzxid=1357, ctime=1777565757364, mtime=1777565771701, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=335) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=311): Exists(path='/test_between_servers/310', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=311): ZnodeStat(czxid=335, mzxid=1357, ctime=1777565757364, mtime=1777565771701, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=335) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=311): Exists(path='/test_between_servers/310', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=311): ZnodeStat(czxid=335, mzxid=1357, ctime=1777565757364, mtime=1777565771701, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=335) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2313): Exists(path='/test_between_servers/311', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2313): ZnodeStat(czxid=336, mzxid=1358, ctime=1777565757377, mtime=1777565771712, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=336) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=312): Exists(path='/test_between_servers/311', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=312): ZnodeStat(czxid=336, mzxid=1358, ctime=1777565757377, mtime=1777565771712, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=336) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=312): Exists(path='/test_between_servers/311', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=312): ZnodeStat(czxid=336, mzxid=1358, ctime=1777565757377, mtime=1777565771712, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=336) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2314): Exists(path='/test_between_servers/312', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2314): ZnodeStat(czxid=337, mzxid=1359, ctime=1777565757390, mtime=1777565771722, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=337) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=313): Exists(path='/test_between_servers/312', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=313): ZnodeStat(czxid=337, mzxid=1359, ctime=1777565757390, mtime=1777565771722, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=337) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=313): Exists(path='/test_between_servers/312', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=313): ZnodeStat(czxid=337, mzxid=1359, ctime=1777565757390, mtime=1777565771722, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=337) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2315): Exists(path='/test_between_servers/313', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2315): ZnodeStat(czxid=338, mzxid=1360, ctime=1777565757400, mtime=1777565771733, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=338) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=314): Exists(path='/test_between_servers/313', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=314): ZnodeStat(czxid=338, mzxid=1360, ctime=1777565757400, mtime=1777565771733, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=338) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=314): Exists(path='/test_between_servers/313', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=314): ZnodeStat(czxid=338, mzxid=1360, ctime=1777565757400, mtime=1777565771733, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=338) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2316): Exists(path='/test_between_servers/314', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2316): ZnodeStat(czxid=339, mzxid=1361, ctime=1777565757416, mtime=1777565771744, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=339) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=315): Exists(path='/test_between_servers/314', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=315): ZnodeStat(czxid=339, mzxid=1361, ctime=1777565757416, mtime=1777565771744, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=339) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=315): Exists(path='/test_between_servers/314', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=315): ZnodeStat(czxid=339, mzxid=1361, ctime=1777565757416, mtime=1777565771744, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=339) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2317): Exists(path='/test_between_servers/315', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2317): ZnodeStat(czxid=340, mzxid=1362, ctime=1777565757428, mtime=1777565771756, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=340) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=316): Exists(path='/test_between_servers/315', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=316): ZnodeStat(czxid=340, mzxid=1362, ctime=1777565757428, mtime=1777565771756, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=340) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=316): Exists(path='/test_between_servers/315', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=316): ZnodeStat(czxid=340, mzxid=1362, ctime=1777565757428, mtime=1777565771756, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=340) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2318): Exists(path='/test_between_servers/316', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2318): ZnodeStat(czxid=341, mzxid=1363, ctime=1777565757438, mtime=1777565771768, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=341) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=317): Exists(path='/test_between_servers/316', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=317): ZnodeStat(czxid=341, mzxid=1363, ctime=1777565757438, mtime=1777565771768, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=341) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=317): Exists(path='/test_between_servers/316', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=317): ZnodeStat(czxid=341, mzxid=1363, ctime=1777565757438, mtime=1777565771768, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=341) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2319): Exists(path='/test_between_servers/317', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2319): ZnodeStat(czxid=342, mzxid=1364, ctime=1777565757449, mtime=1777565771778, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=342) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=318): Exists(path='/test_between_servers/317', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=318): ZnodeStat(czxid=342, mzxid=1364, ctime=1777565757449, mtime=1777565771778, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=342) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=318): Exists(path='/test_between_servers/317', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=318): ZnodeStat(czxid=342, mzxid=1364, ctime=1777565757449, mtime=1777565771778, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=342) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2320): Exists(path='/test_between_servers/318', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2320): ZnodeStat(czxid=343, mzxid=1365, ctime=1777565757460, mtime=1777565771788, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=343) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=319): Exists(path='/test_between_servers/318', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=319): ZnodeStat(czxid=343, mzxid=1365, ctime=1777565757460, mtime=1777565771788, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=343) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=319): Exists(path='/test_between_servers/318', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=319): ZnodeStat(czxid=343, mzxid=1365, ctime=1777565757460, mtime=1777565771788, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=343) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2321): Exists(path='/test_between_servers/319', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2321): ZnodeStat(czxid=344, mzxid=1366, ctime=1777565757473, mtime=1777565771800, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=344) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=320): Exists(path='/test_between_servers/319', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=320): ZnodeStat(czxid=344, mzxid=1366, ctime=1777565757473, mtime=1777565771800, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=344) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=320): Exists(path='/test_between_servers/319', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=320): ZnodeStat(czxid=344, mzxid=1366, ctime=1777565757473, mtime=1777565771800, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=344) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2322): Exists(path='/test_between_servers/320', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2322): ZnodeStat(czxid=345, mzxid=1367, ctime=1777565757488, mtime=1777565771811, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=345) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=321): Exists(path='/test_between_servers/320', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=321): ZnodeStat(czxid=345, mzxid=1367, ctime=1777565757488, mtime=1777565771811, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=345) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=321): Exists(path='/test_between_servers/320', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=321): ZnodeStat(czxid=345, mzxid=1367, ctime=1777565757488, mtime=1777565771811, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=345) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2323): Exists(path='/test_between_servers/321', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2323): ZnodeStat(czxid=346, mzxid=1368, ctime=1777565757501, mtime=1777565771822, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=346) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=322): Exists(path='/test_between_servers/321', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=322): ZnodeStat(czxid=346, mzxid=1368, ctime=1777565757501, mtime=1777565771822, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=346) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=322): Exists(path='/test_between_servers/321', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=322): ZnodeStat(czxid=346, mzxid=1368, ctime=1777565757501, mtime=1777565771822, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=346) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2324): Exists(path='/test_between_servers/322', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2324): ZnodeStat(czxid=347, mzxid=1369, ctime=1777565757510, mtime=1777565771832, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=347) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=323): Exists(path='/test_between_servers/322', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=323): ZnodeStat(czxid=347, mzxid=1369, ctime=1777565757510, mtime=1777565771832, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=347) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=323): Exists(path='/test_between_servers/322', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=323): ZnodeStat(czxid=347, mzxid=1369, ctime=1777565757510, mtime=1777565771832, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=347) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=2325): Exists(path='/test_between_servers/323', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:23 [ 383 ] DEBUG : Received response(xid=2325): ZnodeStat(czxid=348, mzxid=1370, ctime=1777565757526, mtime=1777565771844, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=348) (connection.py:410, _read_response) 2026-04-30 16:16:23 [ 383 ] DEBUG : Sending request(xid=324): Exists(path='/test_between_servers/323', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=324): ZnodeStat(czxid=348, mzxid=1370, ctime=1777565757526, mtime=1777565771844, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=348) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=324): Exists(path='/test_between_servers/323', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=324): ZnodeStat(czxid=348, mzxid=1370, ctime=1777565757526, mtime=1777565771844, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=348) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2326): Exists(path='/test_between_servers/324', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2326): ZnodeStat(czxid=349, mzxid=1371, ctime=1777565757540, mtime=1777565771854, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=349) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=325): Exists(path='/test_between_servers/324', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=325): ZnodeStat(czxid=349, mzxid=1371, ctime=1777565757540, mtime=1777565771854, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=349) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=325): Exists(path='/test_between_servers/324', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=325): ZnodeStat(czxid=349, mzxid=1371, ctime=1777565757540, mtime=1777565771854, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=349) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2327): Exists(path='/test_between_servers/325', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2327): ZnodeStat(czxid=350, mzxid=1372, ctime=1777565757556, mtime=1777565771868, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=350) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=326): Exists(path='/test_between_servers/325', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=326): ZnodeStat(czxid=350, mzxid=1372, ctime=1777565757556, mtime=1777565771868, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=350) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=326): Exists(path='/test_between_servers/325', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=326): ZnodeStat(czxid=350, mzxid=1372, ctime=1777565757556, mtime=1777565771868, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=350) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2328): Exists(path='/test_between_servers/326', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2328): ZnodeStat(czxid=351, mzxid=1373, ctime=1777565757568, mtime=1777565771877, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=351) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=327): Exists(path='/test_between_servers/326', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=327): ZnodeStat(czxid=351, mzxid=1373, ctime=1777565757568, mtime=1777565771877, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=351) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=327): Exists(path='/test_between_servers/326', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=327): ZnodeStat(czxid=351, mzxid=1373, ctime=1777565757568, mtime=1777565771877, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=351) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2329): Exists(path='/test_between_servers/327', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2329): ZnodeStat(czxid=352, mzxid=1374, ctime=1777565757582, mtime=1777565771888, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=352) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=328): Exists(path='/test_between_servers/327', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=328): ZnodeStat(czxid=352, mzxid=1374, ctime=1777565757582, mtime=1777565771888, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=352) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=328): Exists(path='/test_between_servers/327', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=328): ZnodeStat(czxid=352, mzxid=1374, ctime=1777565757582, mtime=1777565771888, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=352) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2330): Exists(path='/test_between_servers/328', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2330): ZnodeStat(czxid=353, mzxid=1375, ctime=1777565757591, mtime=1777565771900, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=353) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=329): Exists(path='/test_between_servers/328', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=329): ZnodeStat(czxid=353, mzxid=1375, ctime=1777565757591, mtime=1777565771900, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=353) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=329): Exists(path='/test_between_servers/328', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=329): ZnodeStat(czxid=353, mzxid=1375, ctime=1777565757591, mtime=1777565771900, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=353) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2331): Exists(path='/test_between_servers/329', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2331): ZnodeStat(czxid=354, mzxid=1376, ctime=1777565757602, mtime=1777565771911, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=354) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=330): Exists(path='/test_between_servers/329', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=330): ZnodeStat(czxid=354, mzxid=1376, ctime=1777565757602, mtime=1777565771911, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=354) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=330): Exists(path='/test_between_servers/329', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=330): ZnodeStat(czxid=354, mzxid=1376, ctime=1777565757602, mtime=1777565771911, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=354) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2332): Exists(path='/test_between_servers/330', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2332): ZnodeStat(czxid=355, mzxid=1377, ctime=1777565757615, mtime=1777565771921, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=355) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=331): Exists(path='/test_between_servers/330', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=331): ZnodeStat(czxid=355, mzxid=1377, ctime=1777565757615, mtime=1777565771921, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=355) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=331): Exists(path='/test_between_servers/330', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=331): ZnodeStat(czxid=355, mzxid=1377, ctime=1777565757615, mtime=1777565771921, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=355) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2333): Exists(path='/test_between_servers/331', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2333): ZnodeStat(czxid=356, mzxid=1378, ctime=1777565757629, mtime=1777565771931, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=356) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=332): Exists(path='/test_between_servers/331', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=332): ZnodeStat(czxid=356, mzxid=1378, ctime=1777565757629, mtime=1777565771931, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=356) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=332): Exists(path='/test_between_servers/331', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=332): ZnodeStat(czxid=356, mzxid=1378, ctime=1777565757629, mtime=1777565771931, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=356) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2334): Exists(path='/test_between_servers/332', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2334): ZnodeStat(czxid=357, mzxid=1379, ctime=1777565757641, mtime=1777565771943, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=357) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=333): Exists(path='/test_between_servers/332', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=333): ZnodeStat(czxid=357, mzxid=1379, ctime=1777565757641, mtime=1777565771943, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=357) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=333): Exists(path='/test_between_servers/332', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=333): ZnodeStat(czxid=357, mzxid=1379, ctime=1777565757641, mtime=1777565771943, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=357) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2335): Exists(path='/test_between_servers/333', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2335): ZnodeStat(czxid=358, mzxid=1380, ctime=1777565757651, mtime=1777565771955, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=358) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=334): Exists(path='/test_between_servers/333', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=334): ZnodeStat(czxid=358, mzxid=1380, ctime=1777565757651, mtime=1777565771955, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=358) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=334): Exists(path='/test_between_servers/333', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=334): ZnodeStat(czxid=358, mzxid=1380, ctime=1777565757651, mtime=1777565771955, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=358) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2336): Exists(path='/test_between_servers/334', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2336): ZnodeStat(czxid=359, mzxid=1381, ctime=1777565757668, mtime=1777565771969, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=359) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=335): Exists(path='/test_between_servers/334', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=335): ZnodeStat(czxid=359, mzxid=1381, ctime=1777565757668, mtime=1777565771969, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=359) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=335): Exists(path='/test_between_servers/334', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=335): ZnodeStat(czxid=359, mzxid=1381, ctime=1777565757668, mtime=1777565771969, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=359) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2337): Exists(path='/test_between_servers/335', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2337): ZnodeStat(czxid=360, mzxid=1382, ctime=1777565757678, mtime=1777565771977, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=360) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=336): Exists(path='/test_between_servers/335', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=336): ZnodeStat(czxid=360, mzxid=1382, ctime=1777565757678, mtime=1777565771977, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=360) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=336): Exists(path='/test_between_servers/335', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=336): ZnodeStat(czxid=360, mzxid=1382, ctime=1777565757678, mtime=1777565771977, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=360) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2338): Exists(path='/test_between_servers/336', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2338): ZnodeStat(czxid=361, mzxid=1383, ctime=1777565757689, mtime=1777565771989, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=361) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=337): Exists(path='/test_between_servers/336', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=337): ZnodeStat(czxid=361, mzxid=1383, ctime=1777565757689, mtime=1777565771989, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=361) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=337): Exists(path='/test_between_servers/336', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=337): ZnodeStat(czxid=361, mzxid=1383, ctime=1777565757689, mtime=1777565771989, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=361) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2339): Exists(path='/test_between_servers/337', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2339): ZnodeStat(czxid=362, mzxid=1384, ctime=1777565757700, mtime=1777565772002, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=362) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=338): Exists(path='/test_between_servers/337', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=338): ZnodeStat(czxid=362, mzxid=1384, ctime=1777565757700, mtime=1777565772002, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=362) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=338): Exists(path='/test_between_servers/337', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=338): ZnodeStat(czxid=362, mzxid=1384, ctime=1777565757700, mtime=1777565772002, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=362) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2340): Exists(path='/test_between_servers/338', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2340): ZnodeStat(czxid=363, mzxid=1385, ctime=1777565757717, mtime=1777565772012, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=363) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=339): Exists(path='/test_between_servers/338', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=339): ZnodeStat(czxid=363, mzxid=1385, ctime=1777565757717, mtime=1777565772012, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=363) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=339): Exists(path='/test_between_servers/338', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=339): ZnodeStat(czxid=363, mzxid=1385, ctime=1777565757717, mtime=1777565772012, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=363) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2341): Exists(path='/test_between_servers/339', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2341): ZnodeStat(czxid=364, mzxid=1386, ctime=1777565757731, mtime=1777565772023, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=364) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=340): Exists(path='/test_between_servers/339', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=340): ZnodeStat(czxid=364, mzxid=1386, ctime=1777565757731, mtime=1777565772023, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=364) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=340): Exists(path='/test_between_servers/339', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=340): ZnodeStat(czxid=364, mzxid=1386, ctime=1777565757731, mtime=1777565772023, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=364) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2342): Exists(path='/test_between_servers/340', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2342): ZnodeStat(czxid=365, mzxid=1387, ctime=1777565757744, mtime=1777565772033, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=365) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=341): Exists(path='/test_between_servers/340', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=341): ZnodeStat(czxid=365, mzxid=1387, ctime=1777565757744, mtime=1777565772033, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=365) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=341): Exists(path='/test_between_servers/340', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=341): ZnodeStat(czxid=365, mzxid=1387, ctime=1777565757744, mtime=1777565772033, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=365) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2343): Exists(path='/test_between_servers/341', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2343): ZnodeStat(czxid=366, mzxid=1388, ctime=1777565757761, mtime=1777565772044, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=366) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=342): Exists(path='/test_between_servers/341', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=342): ZnodeStat(czxid=366, mzxid=1388, ctime=1777565757761, mtime=1777565772044, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=366) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=342): Exists(path='/test_between_servers/341', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=342): ZnodeStat(czxid=366, mzxid=1388, ctime=1777565757761, mtime=1777565772044, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=366) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2344): Exists(path='/test_between_servers/342', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2344): ZnodeStat(czxid=367, mzxid=1389, ctime=1777565757772, mtime=1777565772056, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=367) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=343): Exists(path='/test_between_servers/342', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=343): ZnodeStat(czxid=367, mzxid=1389, ctime=1777565757772, mtime=1777565772056, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=367) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=343): Exists(path='/test_between_servers/342', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=343): ZnodeStat(czxid=367, mzxid=1389, ctime=1777565757772, mtime=1777565772056, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=367) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2345): Exists(path='/test_between_servers/343', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2345): ZnodeStat(czxid=368, mzxid=1390, ctime=1777565757785, mtime=1777565772068, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=368) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=344): Exists(path='/test_between_servers/343', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=344): ZnodeStat(czxid=368, mzxid=1390, ctime=1777565757785, mtime=1777565772068, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=368) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=344): Exists(path='/test_between_servers/343', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=344): ZnodeStat(czxid=368, mzxid=1390, ctime=1777565757785, mtime=1777565772068, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=368) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2346): Exists(path='/test_between_servers/344', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2346): ZnodeStat(czxid=369, mzxid=1391, ctime=1777565757804, mtime=1777565772077, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=369) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=345): Exists(path='/test_between_servers/344', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=345): ZnodeStat(czxid=369, mzxid=1391, ctime=1777565757804, mtime=1777565772077, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=369) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=345): Exists(path='/test_between_servers/344', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=345): ZnodeStat(czxid=369, mzxid=1391, ctime=1777565757804, mtime=1777565772077, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=369) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2347): Exists(path='/test_between_servers/345', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2347): ZnodeStat(czxid=370, mzxid=1392, ctime=1777565757819, mtime=1777565772086, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=370) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=346): Exists(path='/test_between_servers/345', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=346): ZnodeStat(czxid=370, mzxid=1392, ctime=1777565757819, mtime=1777565772086, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=370) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=346): Exists(path='/test_between_servers/345', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=346): ZnodeStat(czxid=370, mzxid=1392, ctime=1777565757819, mtime=1777565772086, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=370) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2348): Exists(path='/test_between_servers/346', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2348): ZnodeStat(czxid=371, mzxid=1393, ctime=1777565757832, mtime=1777565772099, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=371) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=347): Exists(path='/test_between_servers/346', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=347): ZnodeStat(czxid=371, mzxid=1393, ctime=1777565757832, mtime=1777565772099, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=371) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=347): Exists(path='/test_between_servers/346', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=347): ZnodeStat(czxid=371, mzxid=1393, ctime=1777565757832, mtime=1777565772099, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=371) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2349): Exists(path='/test_between_servers/347', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2349): ZnodeStat(czxid=372, mzxid=1394, ctime=1777565757844, mtime=1777565772110, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=372) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=348): Exists(path='/test_between_servers/347', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=348): ZnodeStat(czxid=372, mzxid=1394, ctime=1777565757844, mtime=1777565772110, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=372) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=348): Exists(path='/test_between_servers/347', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=348): ZnodeStat(czxid=372, mzxid=1394, ctime=1777565757844, mtime=1777565772110, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=372) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2350): Exists(path='/test_between_servers/348', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2350): ZnodeStat(czxid=373, mzxid=1395, ctime=1777565757860, mtime=1777565772124, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=373) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=349): Exists(path='/test_between_servers/348', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=349): ZnodeStat(czxid=373, mzxid=1395, ctime=1777565757860, mtime=1777565772124, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=373) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=349): Exists(path='/test_between_servers/348', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=349): ZnodeStat(czxid=373, mzxid=1395, ctime=1777565757860, mtime=1777565772124, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=373) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2351): Exists(path='/test_between_servers/349', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2351): ZnodeStat(czxid=374, mzxid=1396, ctime=1777565757876, mtime=1777565772135, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=374) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=350): Exists(path='/test_between_servers/349', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=350): ZnodeStat(czxid=374, mzxid=1396, ctime=1777565757876, mtime=1777565772135, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=374) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=350): Exists(path='/test_between_servers/349', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=350): ZnodeStat(czxid=374, mzxid=1396, ctime=1777565757876, mtime=1777565772135, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=374) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2352): Exists(path='/test_between_servers/350', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2352): ZnodeStat(czxid=375, mzxid=1397, ctime=1777565757893, mtime=1777565772148, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=375) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=351): Exists(path='/test_between_servers/350', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=351): ZnodeStat(czxid=375, mzxid=1397, ctime=1777565757893, mtime=1777565772148, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=375) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=351): Exists(path='/test_between_servers/350', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=351): ZnodeStat(czxid=375, mzxid=1397, ctime=1777565757893, mtime=1777565772148, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=375) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2353): Exists(path='/test_between_servers/351', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2353): ZnodeStat(czxid=376, mzxid=1398, ctime=1777565757904, mtime=1777565772162, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=376) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=352): Exists(path='/test_between_servers/351', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=352): ZnodeStat(czxid=376, mzxid=1398, ctime=1777565757904, mtime=1777565772162, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=376) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=352): Exists(path='/test_between_servers/351', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=352): ZnodeStat(czxid=376, mzxid=1398, ctime=1777565757904, mtime=1777565772162, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=376) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2354): Exists(path='/test_between_servers/352', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2354): ZnodeStat(czxid=377, mzxid=1399, ctime=1777565757921, mtime=1777565772175, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=377) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=353): Exists(path='/test_between_servers/352', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=353): ZnodeStat(czxid=377, mzxid=1399, ctime=1777565757921, mtime=1777565772175, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=377) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=353): Exists(path='/test_between_servers/352', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=353): ZnodeStat(czxid=377, mzxid=1399, ctime=1777565757921, mtime=1777565772175, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=377) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2355): Exists(path='/test_between_servers/353', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2355): ZnodeStat(czxid=378, mzxid=1400, ctime=1777565757932, mtime=1777565772192, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=378) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=354): Exists(path='/test_between_servers/353', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=354): ZnodeStat(czxid=378, mzxid=1400, ctime=1777565757932, mtime=1777565772192, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=378) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=354): Exists(path='/test_between_servers/353', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=354): ZnodeStat(czxid=378, mzxid=1400, ctime=1777565757932, mtime=1777565772192, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=378) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2356): Exists(path='/test_between_servers/354', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2356): ZnodeStat(czxid=379, mzxid=1401, ctime=1777565757946, mtime=1777565772205, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=379) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=355): Exists(path='/test_between_servers/354', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=355): ZnodeStat(czxid=379, mzxid=1401, ctime=1777565757946, mtime=1777565772205, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=379) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=355): Exists(path='/test_between_servers/354', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=355): ZnodeStat(czxid=379, mzxid=1401, ctime=1777565757946, mtime=1777565772205, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=379) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2357): Exists(path='/test_between_servers/355', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2357): ZnodeStat(czxid=380, mzxid=1402, ctime=1777565757957, mtime=1777565772221, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=380) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=356): Exists(path='/test_between_servers/355', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=356): ZnodeStat(czxid=380, mzxid=1402, ctime=1777565757957, mtime=1777565772221, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=380) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=356): Exists(path='/test_between_servers/355', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=356): ZnodeStat(czxid=380, mzxid=1402, ctime=1777565757957, mtime=1777565772221, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=380) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2358): Exists(path='/test_between_servers/356', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2358): ZnodeStat(czxid=381, mzxid=1403, ctime=1777565757969, mtime=1777565772232, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=381) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=357): Exists(path='/test_between_servers/356', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=357): ZnodeStat(czxid=381, mzxid=1403, ctime=1777565757969, mtime=1777565772232, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=381) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=357): Exists(path='/test_between_servers/356', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=357): ZnodeStat(czxid=381, mzxid=1403, ctime=1777565757969, mtime=1777565772232, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=381) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2359): Exists(path='/test_between_servers/357', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2359): ZnodeStat(czxid=382, mzxid=1404, ctime=1777565757981, mtime=1777565772243, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=382) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=358): Exists(path='/test_between_servers/357', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=358): ZnodeStat(czxid=382, mzxid=1404, ctime=1777565757981, mtime=1777565772243, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=382) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=358): Exists(path='/test_between_servers/357', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=358): ZnodeStat(czxid=382, mzxid=1404, ctime=1777565757981, mtime=1777565772243, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=382) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2360): Exists(path='/test_between_servers/358', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2360): ZnodeStat(czxid=383, mzxid=1405, ctime=1777565757999, mtime=1777565772256, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=383) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=359): Exists(path='/test_between_servers/358', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=359): ZnodeStat(czxid=383, mzxid=1405, ctime=1777565757999, mtime=1777565772256, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=383) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=359): Exists(path='/test_between_servers/358', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=359): ZnodeStat(czxid=383, mzxid=1405, ctime=1777565757999, mtime=1777565772256, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=383) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2361): Exists(path='/test_between_servers/359', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2361): ZnodeStat(czxid=384, mzxid=1406, ctime=1777565758016, mtime=1777565772268, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=384) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=360): Exists(path='/test_between_servers/359', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=360): ZnodeStat(czxid=384, mzxid=1406, ctime=1777565758016, mtime=1777565772268, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=384) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=360): Exists(path='/test_between_servers/359', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=360): ZnodeStat(czxid=384, mzxid=1406, ctime=1777565758016, mtime=1777565772268, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=384) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2362): Exists(path='/test_between_servers/360', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2362): ZnodeStat(czxid=385, mzxid=1407, ctime=1777565758037, mtime=1777565772276, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=385) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=361): Exists(path='/test_between_servers/360', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=361): ZnodeStat(czxid=385, mzxid=1407, ctime=1777565758037, mtime=1777565772276, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=385) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=361): Exists(path='/test_between_servers/360', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=361): ZnodeStat(czxid=385, mzxid=1407, ctime=1777565758037, mtime=1777565772276, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=385) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2363): Exists(path='/test_between_servers/361', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2363): ZnodeStat(czxid=386, mzxid=1408, ctime=1777565758049, mtime=1777565772285, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=386) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=362): Exists(path='/test_between_servers/361', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=362): ZnodeStat(czxid=386, mzxid=1408, ctime=1777565758049, mtime=1777565772285, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=386) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=362): Exists(path='/test_between_servers/361', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=362): ZnodeStat(czxid=386, mzxid=1408, ctime=1777565758049, mtime=1777565772285, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=386) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2364): Exists(path='/test_between_servers/362', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2364): ZnodeStat(czxid=387, mzxid=1409, ctime=1777565758063, mtime=1777565772298, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=387) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=363): Exists(path='/test_between_servers/362', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=363): ZnodeStat(czxid=387, mzxid=1409, ctime=1777565758063, mtime=1777565772298, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=387) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=363): Exists(path='/test_between_servers/362', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=363): ZnodeStat(czxid=387, mzxid=1409, ctime=1777565758063, mtime=1777565772298, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=387) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2365): Exists(path='/test_between_servers/363', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2365): ZnodeStat(czxid=388, mzxid=1410, ctime=1777565758076, mtime=1777565772308, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=388) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=364): Exists(path='/test_between_servers/363', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=364): ZnodeStat(czxid=388, mzxid=1410, ctime=1777565758076, mtime=1777565772308, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=388) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=364): Exists(path='/test_between_servers/363', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=364): ZnodeStat(czxid=388, mzxid=1410, ctime=1777565758076, mtime=1777565772308, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=388) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2366): Exists(path='/test_between_servers/364', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2366): ZnodeStat(czxid=389, mzxid=1411, ctime=1777565758087, mtime=1777565772319, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=389) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=365): Exists(path='/test_between_servers/364', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=365): ZnodeStat(czxid=389, mzxid=1411, ctime=1777565758087, mtime=1777565772319, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=389) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=365): Exists(path='/test_between_servers/364', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=365): ZnodeStat(czxid=389, mzxid=1411, ctime=1777565758087, mtime=1777565772319, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=389) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2367): Exists(path='/test_between_servers/365', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2367): ZnodeStat(czxid=390, mzxid=1412, ctime=1777565758098, mtime=1777565772334, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=390) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=366): Exists(path='/test_between_servers/365', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=366): ZnodeStat(czxid=390, mzxid=1412, ctime=1777565758098, mtime=1777565772334, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=390) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=366): Exists(path='/test_between_servers/365', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=366): ZnodeStat(czxid=390, mzxid=1412, ctime=1777565758098, mtime=1777565772334, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=390) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2368): Exists(path='/test_between_servers/366', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2368): ZnodeStat(czxid=391, mzxid=1413, ctime=1777565758114, mtime=1777565772355, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=391) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=367): Exists(path='/test_between_servers/366', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=367): ZnodeStat(czxid=391, mzxid=1413, ctime=1777565758114, mtime=1777565772355, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=391) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=367): Exists(path='/test_between_servers/366', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=367): ZnodeStat(czxid=391, mzxid=1413, ctime=1777565758114, mtime=1777565772355, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=391) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2369): Exists(path='/test_between_servers/367', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2369): ZnodeStat(czxid=392, mzxid=1414, ctime=1777565758134, mtime=1777565772372, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=392) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=368): Exists(path='/test_between_servers/367', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=368): ZnodeStat(czxid=392, mzxid=1414, ctime=1777565758134, mtime=1777565772372, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=392) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=368): Exists(path='/test_between_servers/367', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=368): ZnodeStat(czxid=392, mzxid=1414, ctime=1777565758134, mtime=1777565772372, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=392) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2370): Exists(path='/test_between_servers/368', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2370): ZnodeStat(czxid=393, mzxid=1415, ctime=1777565758144, mtime=1777565772383, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=393) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=369): Exists(path='/test_between_servers/368', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=369): ZnodeStat(czxid=393, mzxid=1415, ctime=1777565758144, mtime=1777565772383, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=393) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=369): Exists(path='/test_between_servers/368', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=369): ZnodeStat(czxid=393, mzxid=1415, ctime=1777565758144, mtime=1777565772383, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=393) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2371): Exists(path='/test_between_servers/369', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2371): ZnodeStat(czxid=394, mzxid=1416, ctime=1777565758161, mtime=1777565772394, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=394) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=370): Exists(path='/test_between_servers/369', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=370): ZnodeStat(czxid=394, mzxid=1416, ctime=1777565758161, mtime=1777565772394, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=394) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=370): Exists(path='/test_between_servers/369', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=370): ZnodeStat(czxid=394, mzxid=1416, ctime=1777565758161, mtime=1777565772394, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=394) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2372): Exists(path='/test_between_servers/370', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2372): ZnodeStat(czxid=395, mzxid=1417, ctime=1777565758174, mtime=1777565772408, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=395) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=371): Exists(path='/test_between_servers/370', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=371): ZnodeStat(czxid=395, mzxid=1417, ctime=1777565758174, mtime=1777565772408, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=395) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=371): Exists(path='/test_between_servers/370', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=371): ZnodeStat(czxid=395, mzxid=1417, ctime=1777565758174, mtime=1777565772408, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=395) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2373): Exists(path='/test_between_servers/371', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2373): ZnodeStat(czxid=396, mzxid=1418, ctime=1777565758185, mtime=1777565772420, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=396) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=372): Exists(path='/test_between_servers/371', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=372): ZnodeStat(czxid=396, mzxid=1418, ctime=1777565758185, mtime=1777565772420, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=396) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=372): Exists(path='/test_between_servers/371', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=372): ZnodeStat(czxid=396, mzxid=1418, ctime=1777565758185, mtime=1777565772420, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=396) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2374): Exists(path='/test_between_servers/372', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2374): ZnodeStat(czxid=397, mzxid=1419, ctime=1777565758193, mtime=1777565772438, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=397) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=373): Exists(path='/test_between_servers/372', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=373): ZnodeStat(czxid=397, mzxid=1419, ctime=1777565758193, mtime=1777565772438, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=397) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=373): Exists(path='/test_between_servers/372', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=373): ZnodeStat(czxid=397, mzxid=1419, ctime=1777565758193, mtime=1777565772438, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=397) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2375): Exists(path='/test_between_servers/373', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2375): ZnodeStat(czxid=398, mzxid=1420, ctime=1777565758203, mtime=1777565772458, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=398) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=374): Exists(path='/test_between_servers/373', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=374): ZnodeStat(czxid=398, mzxid=1420, ctime=1777565758203, mtime=1777565772458, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=398) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=374): Exists(path='/test_between_servers/373', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=374): ZnodeStat(czxid=398, mzxid=1420, ctime=1777565758203, mtime=1777565772458, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=398) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2376): Exists(path='/test_between_servers/374', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2376): ZnodeStat(czxid=399, mzxid=1421, ctime=1777565758215, mtime=1777565772472, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=399) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=375): Exists(path='/test_between_servers/374', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=375): ZnodeStat(czxid=399, mzxid=1421, ctime=1777565758215, mtime=1777565772472, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=399) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=375): Exists(path='/test_between_servers/374', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=375): ZnodeStat(czxid=399, mzxid=1421, ctime=1777565758215, mtime=1777565772472, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=399) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2377): Exists(path='/test_between_servers/375', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2377): ZnodeStat(czxid=400, mzxid=1422, ctime=1777565758228, mtime=1777565772488, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=400) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=376): Exists(path='/test_between_servers/375', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=376): ZnodeStat(czxid=400, mzxid=1422, ctime=1777565758228, mtime=1777565772488, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=400) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=376): Exists(path='/test_between_servers/375', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=376): ZnodeStat(czxid=400, mzxid=1422, ctime=1777565758228, mtime=1777565772488, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=400) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2378): Exists(path='/test_between_servers/376', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2378): ZnodeStat(czxid=401, mzxid=1423, ctime=1777565758239, mtime=1777565772501, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=401) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=377): Exists(path='/test_between_servers/376', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=377): ZnodeStat(czxid=401, mzxid=1423, ctime=1777565758239, mtime=1777565772501, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=401) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=377): Exists(path='/test_between_servers/376', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=377): ZnodeStat(czxid=401, mzxid=1423, ctime=1777565758239, mtime=1777565772501, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=401) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2379): Exists(path='/test_between_servers/377', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2379): ZnodeStat(czxid=402, mzxid=1424, ctime=1777565758254, mtime=1777565772512, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=402) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=378): Exists(path='/test_between_servers/377', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=378): ZnodeStat(czxid=402, mzxid=1424, ctime=1777565758254, mtime=1777565772512, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=402) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=378): Exists(path='/test_between_servers/377', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=378): ZnodeStat(czxid=402, mzxid=1424, ctime=1777565758254, mtime=1777565772512, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=402) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2380): Exists(path='/test_between_servers/378', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2380): ZnodeStat(czxid=403, mzxid=1425, ctime=1777565758266, mtime=1777565772525, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=403) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=379): Exists(path='/test_between_servers/378', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=379): ZnodeStat(czxid=403, mzxid=1425, ctime=1777565758266, mtime=1777565772525, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=403) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=379): Exists(path='/test_between_servers/378', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=379): ZnodeStat(czxid=403, mzxid=1425, ctime=1777565758266, mtime=1777565772525, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=403) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2381): Exists(path='/test_between_servers/379', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2381): ZnodeStat(czxid=404, mzxid=1426, ctime=1777565758276, mtime=1777565772535, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=404) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=380): Exists(path='/test_between_servers/379', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=380): ZnodeStat(czxid=404, mzxid=1426, ctime=1777565758276, mtime=1777565772535, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=404) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=380): Exists(path='/test_between_servers/379', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=380): ZnodeStat(czxid=404, mzxid=1426, ctime=1777565758276, mtime=1777565772535, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=404) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2382): Exists(path='/test_between_servers/380', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2382): ZnodeStat(czxid=405, mzxid=1427, ctime=1777565758288, mtime=1777565772546, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=405) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=381): Exists(path='/test_between_servers/380', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=381): ZnodeStat(czxid=405, mzxid=1427, ctime=1777565758288, mtime=1777565772546, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=405) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=381): Exists(path='/test_between_servers/380', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=381): ZnodeStat(czxid=405, mzxid=1427, ctime=1777565758288, mtime=1777565772546, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=405) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2383): Exists(path='/test_between_servers/381', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2383): ZnodeStat(czxid=406, mzxid=1428, ctime=1777565758297, mtime=1777565772560, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=406) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=382): Exists(path='/test_between_servers/381', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=382): ZnodeStat(czxid=406, mzxid=1428, ctime=1777565758297, mtime=1777565772560, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=406) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=382): Exists(path='/test_between_servers/381', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=382): ZnodeStat(czxid=406, mzxid=1428, ctime=1777565758297, mtime=1777565772560, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=406) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2384): Exists(path='/test_between_servers/382', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2384): ZnodeStat(czxid=407, mzxid=1429, ctime=1777565758305, mtime=1777565772574, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=407) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=383): Exists(path='/test_between_servers/382', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=383): ZnodeStat(czxid=407, mzxid=1429, ctime=1777565758305, mtime=1777565772574, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=407) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=383): Exists(path='/test_between_servers/382', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=383): ZnodeStat(czxid=407, mzxid=1429, ctime=1777565758305, mtime=1777565772574, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=407) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2385): Exists(path='/test_between_servers/383', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2385): ZnodeStat(czxid=408, mzxid=1430, ctime=1777565758330, mtime=1777565772588, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=408) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=384): Exists(path='/test_between_servers/383', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=384): ZnodeStat(czxid=408, mzxid=1430, ctime=1777565758330, mtime=1777565772588, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=408) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=384): Exists(path='/test_between_servers/383', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=384): ZnodeStat(czxid=408, mzxid=1430, ctime=1777565758330, mtime=1777565772588, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=408) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2386): Exists(path='/test_between_servers/384', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2386): ZnodeStat(czxid=409, mzxid=1431, ctime=1777565758348, mtime=1777565772601, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=409) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=385): Exists(path='/test_between_servers/384', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=385): ZnodeStat(czxid=409, mzxid=1431, ctime=1777565758348, mtime=1777565772601, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=409) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=385): Exists(path='/test_between_servers/384', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=385): ZnodeStat(czxid=409, mzxid=1431, ctime=1777565758348, mtime=1777565772601, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=409) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2387): Exists(path='/test_between_servers/385', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2387): ZnodeStat(czxid=410, mzxid=1432, ctime=1777565758359, mtime=1777565772612, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=410) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=386): Exists(path='/test_between_servers/385', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=386): ZnodeStat(czxid=410, mzxid=1432, ctime=1777565758359, mtime=1777565772612, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=410) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=386): Exists(path='/test_between_servers/385', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=386): ZnodeStat(czxid=410, mzxid=1432, ctime=1777565758359, mtime=1777565772612, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=410) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2388): Exists(path='/test_between_servers/386', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2388): ZnodeStat(czxid=411, mzxid=1433, ctime=1777565758372, mtime=1777565772624, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=411) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=387): Exists(path='/test_between_servers/386', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=387): ZnodeStat(czxid=411, mzxid=1433, ctime=1777565758372, mtime=1777565772624, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=411) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=387): Exists(path='/test_between_servers/386', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=387): ZnodeStat(czxid=411, mzxid=1433, ctime=1777565758372, mtime=1777565772624, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=411) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2389): Exists(path='/test_between_servers/387', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2389): ZnodeStat(czxid=412, mzxid=1434, ctime=1777565758387, mtime=1777565772643, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=412) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=388): Exists(path='/test_between_servers/387', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=388): ZnodeStat(czxid=412, mzxid=1434, ctime=1777565758387, mtime=1777565772643, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=412) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=388): Exists(path='/test_between_servers/387', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=388): ZnodeStat(czxid=412, mzxid=1434, ctime=1777565758387, mtime=1777565772643, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=412) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2390): Exists(path='/test_between_servers/388', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2390): ZnodeStat(czxid=413, mzxid=1435, ctime=1777565758397, mtime=1777565772655, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=413) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=389): Exists(path='/test_between_servers/388', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=389): ZnodeStat(czxid=413, mzxid=1435, ctime=1777565758397, mtime=1777565772655, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=413) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=389): Exists(path='/test_between_servers/388', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=389): ZnodeStat(czxid=413, mzxid=1435, ctime=1777565758397, mtime=1777565772655, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=413) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2391): Exists(path='/test_between_servers/389', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2391): ZnodeStat(czxid=414, mzxid=1436, ctime=1777565758408, mtime=1777565772664, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=414) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=390): Exists(path='/test_between_servers/389', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=390): ZnodeStat(czxid=414, mzxid=1436, ctime=1777565758408, mtime=1777565772664, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=414) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=390): Exists(path='/test_between_servers/389', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=390): ZnodeStat(czxid=414, mzxid=1436, ctime=1777565758408, mtime=1777565772664, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=414) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2392): Exists(path='/test_between_servers/390', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2392): ZnodeStat(czxid=415, mzxid=1437, ctime=1777565758421, mtime=1777565772673, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=415) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=391): Exists(path='/test_between_servers/390', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=391): ZnodeStat(czxid=415, mzxid=1437, ctime=1777565758421, mtime=1777565772673, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=415) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=391): Exists(path='/test_between_servers/390', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=391): ZnodeStat(czxid=415, mzxid=1437, ctime=1777565758421, mtime=1777565772673, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=415) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2393): Exists(path='/test_between_servers/391', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2393): ZnodeStat(czxid=416, mzxid=1438, ctime=1777565758433, mtime=1777565772681, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=416) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=392): Exists(path='/test_between_servers/391', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=392): ZnodeStat(czxid=416, mzxid=1438, ctime=1777565758433, mtime=1777565772681, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=416) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=392): Exists(path='/test_between_servers/391', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=392): ZnodeStat(czxid=416, mzxid=1438, ctime=1777565758433, mtime=1777565772681, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=416) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2394): Exists(path='/test_between_servers/392', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2394): ZnodeStat(czxid=417, mzxid=1439, ctime=1777565758444, mtime=1777565772697, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=417) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=393): Exists(path='/test_between_servers/392', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=393): ZnodeStat(czxid=417, mzxid=1439, ctime=1777565758444, mtime=1777565772697, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=417) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=393): Exists(path='/test_between_servers/392', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=393): ZnodeStat(czxid=417, mzxid=1439, ctime=1777565758444, mtime=1777565772697, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=417) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2395): Exists(path='/test_between_servers/393', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2395): ZnodeStat(czxid=418, mzxid=1440, ctime=1777565758455, mtime=1777565772712, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=418) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=394): Exists(path='/test_between_servers/393', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=394): ZnodeStat(czxid=418, mzxid=1440, ctime=1777565758455, mtime=1777565772712, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=418) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=394): Exists(path='/test_between_servers/393', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=394): ZnodeStat(czxid=418, mzxid=1440, ctime=1777565758455, mtime=1777565772712, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=418) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2396): Exists(path='/test_between_servers/394', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2396): ZnodeStat(czxid=419, mzxid=1441, ctime=1777565758469, mtime=1777565772722, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=419) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=395): Exists(path='/test_between_servers/394', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=395): ZnodeStat(czxid=419, mzxid=1441, ctime=1777565758469, mtime=1777565772722, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=419) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=395): Exists(path='/test_between_servers/394', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=395): ZnodeStat(czxid=419, mzxid=1441, ctime=1777565758469, mtime=1777565772722, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=419) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2397): Exists(path='/test_between_servers/395', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2397): ZnodeStat(czxid=420, mzxid=1442, ctime=1777565758487, mtime=1777565772735, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=420) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=396): Exists(path='/test_between_servers/395', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=396): ZnodeStat(czxid=420, mzxid=1442, ctime=1777565758487, mtime=1777565772735, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=420) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=396): Exists(path='/test_between_servers/395', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=396): ZnodeStat(czxid=420, mzxid=1442, ctime=1777565758487, mtime=1777565772735, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=420) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2398): Exists(path='/test_between_servers/396', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2398): ZnodeStat(czxid=421, mzxid=1443, ctime=1777565758505, mtime=1777565772747, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=421) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=397): Exists(path='/test_between_servers/396', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=397): ZnodeStat(czxid=421, mzxid=1443, ctime=1777565758505, mtime=1777565772747, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=421) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=397): Exists(path='/test_between_servers/396', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=397): ZnodeStat(czxid=421, mzxid=1443, ctime=1777565758505, mtime=1777565772747, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=421) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2399): Exists(path='/test_between_servers/397', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2399): ZnodeStat(czxid=422, mzxid=1444, ctime=1777565758516, mtime=1777565772759, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=422) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=398): Exists(path='/test_between_servers/397', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=398): ZnodeStat(czxid=422, mzxid=1444, ctime=1777565758516, mtime=1777565772759, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=422) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=398): Exists(path='/test_between_servers/397', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=398): ZnodeStat(czxid=422, mzxid=1444, ctime=1777565758516, mtime=1777565772759, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=422) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2400): Exists(path='/test_between_servers/398', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2400): ZnodeStat(czxid=423, mzxid=1445, ctime=1777565758529, mtime=1777565772770, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=423) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=399): Exists(path='/test_between_servers/398', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=399): ZnodeStat(czxid=423, mzxid=1445, ctime=1777565758529, mtime=1777565772770, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=423) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=399): Exists(path='/test_between_servers/398', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=399): ZnodeStat(czxid=423, mzxid=1445, ctime=1777565758529, mtime=1777565772770, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=423) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2401): Exists(path='/test_between_servers/399', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2401): ZnodeStat(czxid=424, mzxid=1446, ctime=1777565758546, mtime=1777565772780, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=424) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=400): Exists(path='/test_between_servers/399', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=400): ZnodeStat(czxid=424, mzxid=1446, ctime=1777565758546, mtime=1777565772780, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=424) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=400): Exists(path='/test_between_servers/399', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=400): ZnodeStat(czxid=424, mzxid=1446, ctime=1777565758546, mtime=1777565772780, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=424) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2402): Exists(path='/test_between_servers/400', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2402): ZnodeStat(czxid=425, mzxid=1448, ctime=1777565758560, mtime=1777565772796, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=425) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=401): Exists(path='/test_between_servers/400', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=401): ZnodeStat(czxid=425, mzxid=1448, ctime=1777565758560, mtime=1777565772796, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=425) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=401): Exists(path='/test_between_servers/400', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=401): ZnodeStat(czxid=425, mzxid=1448, ctime=1777565758560, mtime=1777565772796, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=425) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2403): Exists(path='/test_between_servers/401', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2403): ZnodeStat(czxid=426, mzxid=1449, ctime=1777565758575, mtime=1777565772810, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=426) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=402): Exists(path='/test_between_servers/401', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=402): ZnodeStat(czxid=426, mzxid=1449, ctime=1777565758575, mtime=1777565772810, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=426) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=402): Exists(path='/test_between_servers/401', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=402): ZnodeStat(czxid=426, mzxid=1449, ctime=1777565758575, mtime=1777565772810, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=426) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2404): Exists(path='/test_between_servers/402', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2404): ZnodeStat(czxid=427, mzxid=1450, ctime=1777565758588, mtime=1777565772830, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=427) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=403): Exists(path='/test_between_servers/402', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=403): ZnodeStat(czxid=427, mzxid=1450, ctime=1777565758588, mtime=1777565772830, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=427) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=403): Exists(path='/test_between_servers/402', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=403): ZnodeStat(czxid=427, mzxid=1450, ctime=1777565758588, mtime=1777565772830, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=427) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2405): Exists(path='/test_between_servers/403', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2405): ZnodeStat(czxid=428, mzxid=1451, ctime=1777565758600, mtime=1777565772850, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=428) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=404): Exists(path='/test_between_servers/403', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=404): ZnodeStat(czxid=428, mzxid=1451, ctime=1777565758600, mtime=1777565772850, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=428) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=404): Exists(path='/test_between_servers/403', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=404): ZnodeStat(czxid=428, mzxid=1451, ctime=1777565758600, mtime=1777565772850, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=428) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2406): Exists(path='/test_between_servers/404', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2406): ZnodeStat(czxid=429, mzxid=1452, ctime=1777565758614, mtime=1777565772861, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=429) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=405): Exists(path='/test_between_servers/404', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=405): ZnodeStat(czxid=429, mzxid=1452, ctime=1777565758614, mtime=1777565772861, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=429) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=405): Exists(path='/test_between_servers/404', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=405): ZnodeStat(czxid=429, mzxid=1452, ctime=1777565758614, mtime=1777565772861, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=429) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2407): Exists(path='/test_between_servers/405', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2407): ZnodeStat(czxid=430, mzxid=1453, ctime=1777565758631, mtime=1777565772872, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=430) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=406): Exists(path='/test_between_servers/405', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=406): ZnodeStat(czxid=430, mzxid=1453, ctime=1777565758631, mtime=1777565772872, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=430) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=406): Exists(path='/test_between_servers/405', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=406): ZnodeStat(czxid=430, mzxid=1453, ctime=1777565758631, mtime=1777565772872, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=430) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2408): Exists(path='/test_between_servers/406', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2408): ZnodeStat(czxid=431, mzxid=1454, ctime=1777565758645, mtime=1777565772882, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=431) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=407): Exists(path='/test_between_servers/406', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=407): ZnodeStat(czxid=431, mzxid=1454, ctime=1777565758645, mtime=1777565772882, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=431) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=407): Exists(path='/test_between_servers/406', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=407): ZnodeStat(czxid=431, mzxid=1454, ctime=1777565758645, mtime=1777565772882, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=431) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2409): Exists(path='/test_between_servers/407', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2409): ZnodeStat(czxid=432, mzxid=1455, ctime=1777565758654, mtime=1777565772893, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=432) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=408): Exists(path='/test_between_servers/407', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=408): ZnodeStat(czxid=432, mzxid=1455, ctime=1777565758654, mtime=1777565772893, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=432) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=408): Exists(path='/test_between_servers/407', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=408): ZnodeStat(czxid=432, mzxid=1455, ctime=1777565758654, mtime=1777565772893, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=432) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2410): Exists(path='/test_between_servers/408', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2410): ZnodeStat(czxid=433, mzxid=1457, ctime=1777565758666, mtime=1777565772905, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=433) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=409): Exists(path='/test_between_servers/408', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=409): ZnodeStat(czxid=433, mzxid=1457, ctime=1777565758666, mtime=1777565772905, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=433) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=409): Exists(path='/test_between_servers/408', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=409): ZnodeStat(czxid=433, mzxid=1457, ctime=1777565758666, mtime=1777565772905, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=433) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2411): Exists(path='/test_between_servers/409', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2411): ZnodeStat(czxid=434, mzxid=1458, ctime=1777565758679, mtime=1777565772918, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=434) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=410): Exists(path='/test_between_servers/409', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=410): ZnodeStat(czxid=434, mzxid=1458, ctime=1777565758679, mtime=1777565772918, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=434) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=410): Exists(path='/test_between_servers/409', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=410): ZnodeStat(czxid=434, mzxid=1458, ctime=1777565758679, mtime=1777565772918, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=434) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2412): Exists(path='/test_between_servers/410', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2412): ZnodeStat(czxid=435, mzxid=1459, ctime=1777565758689, mtime=1777565772937, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=435) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=411): Exists(path='/test_between_servers/410', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=411): ZnodeStat(czxid=435, mzxid=1459, ctime=1777565758689, mtime=1777565772937, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=435) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=411): Exists(path='/test_between_servers/410', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=411): ZnodeStat(czxid=435, mzxid=1459, ctime=1777565758689, mtime=1777565772937, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=435) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2413): Exists(path='/test_between_servers/411', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2413): ZnodeStat(czxid=436, mzxid=1460, ctime=1777565758698, mtime=1777565772956, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=436) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=412): Exists(path='/test_between_servers/411', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=412): ZnodeStat(czxid=436, mzxid=1460, ctime=1777565758698, mtime=1777565772956, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=436) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=412): Exists(path='/test_between_servers/411', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=412): ZnodeStat(czxid=436, mzxid=1460, ctime=1777565758698, mtime=1777565772956, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=436) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2414): Exists(path='/test_between_servers/412', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2414): ZnodeStat(czxid=437, mzxid=1461, ctime=1777565758709, mtime=1777565772964, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=437) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=413): Exists(path='/test_between_servers/412', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=413): ZnodeStat(czxid=437, mzxid=1461, ctime=1777565758709, mtime=1777565772964, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=437) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=413): Exists(path='/test_between_servers/412', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=413): ZnodeStat(czxid=437, mzxid=1461, ctime=1777565758709, mtime=1777565772964, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=437) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2415): Exists(path='/test_between_servers/413', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2415): ZnodeStat(czxid=438, mzxid=1462, ctime=1777565758722, mtime=1777565772974, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=438) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=414): Exists(path='/test_between_servers/413', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=414): ZnodeStat(czxid=438, mzxid=1462, ctime=1777565758722, mtime=1777565772974, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=438) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=414): Exists(path='/test_between_servers/413', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=414): ZnodeStat(czxid=438, mzxid=1462, ctime=1777565758722, mtime=1777565772974, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=438) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2416): Exists(path='/test_between_servers/414', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2416): ZnodeStat(czxid=439, mzxid=1463, ctime=1777565758732, mtime=1777565772986, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=439) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=415): Exists(path='/test_between_servers/414', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=415): ZnodeStat(czxid=439, mzxid=1463, ctime=1777565758732, mtime=1777565772986, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=439) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=415): Exists(path='/test_between_servers/414', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=415): ZnodeStat(czxid=439, mzxid=1463, ctime=1777565758732, mtime=1777565772986, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=439) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2417): Exists(path='/test_between_servers/415', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2417): ZnodeStat(czxid=440, mzxid=1464, ctime=1777565758746, mtime=1777565773003, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=440) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=416): Exists(path='/test_between_servers/415', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=416): ZnodeStat(czxid=440, mzxid=1464, ctime=1777565758746, mtime=1777565773003, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=440) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=416): Exists(path='/test_between_servers/415', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=416): ZnodeStat(czxid=440, mzxid=1464, ctime=1777565758746, mtime=1777565773003, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=440) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2418): Exists(path='/test_between_servers/416', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2418): ZnodeStat(czxid=441, mzxid=1465, ctime=1777565758769, mtime=1777565773014, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=441) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=417): Exists(path='/test_between_servers/416', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=417): ZnodeStat(czxid=441, mzxid=1465, ctime=1777565758769, mtime=1777565773014, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=441) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=417): Exists(path='/test_between_servers/416', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=417): ZnodeStat(czxid=441, mzxid=1465, ctime=1777565758769, mtime=1777565773014, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=441) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2419): Exists(path='/test_between_servers/417', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2419): ZnodeStat(czxid=442, mzxid=1466, ctime=1777565758788, mtime=1777565773026, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=442) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=418): Exists(path='/test_between_servers/417', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=418): ZnodeStat(czxid=442, mzxid=1466, ctime=1777565758788, mtime=1777565773026, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=442) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=418): Exists(path='/test_between_servers/417', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=418): ZnodeStat(czxid=442, mzxid=1466, ctime=1777565758788, mtime=1777565773026, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=442) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2420): Exists(path='/test_between_servers/418', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2420): ZnodeStat(czxid=443, mzxid=1467, ctime=1777565758798, mtime=1777565773036, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=443) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=419): Exists(path='/test_between_servers/418', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=419): ZnodeStat(czxid=443, mzxid=1467, ctime=1777565758798, mtime=1777565773036, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=443) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=419): Exists(path='/test_between_servers/418', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=419): ZnodeStat(czxid=443, mzxid=1467, ctime=1777565758798, mtime=1777565773036, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=443) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2421): Exists(path='/test_between_servers/419', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2421): ZnodeStat(czxid=444, mzxid=1468, ctime=1777565758809, mtime=1777565773049, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=444) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=420): Exists(path='/test_between_servers/419', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=420): ZnodeStat(czxid=444, mzxid=1468, ctime=1777565758809, mtime=1777565773049, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=444) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=420): Exists(path='/test_between_servers/419', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=420): ZnodeStat(czxid=444, mzxid=1468, ctime=1777565758809, mtime=1777565773049, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=444) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2422): Exists(path='/test_between_servers/420', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2422): ZnodeStat(czxid=445, mzxid=1470, ctime=1777565758822, mtime=1777565773060, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=445) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=421): Exists(path='/test_between_servers/420', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=421): ZnodeStat(czxid=445, mzxid=1470, ctime=1777565758822, mtime=1777565773060, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=445) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=421): Exists(path='/test_between_servers/420', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=421): ZnodeStat(czxid=445, mzxid=1470, ctime=1777565758822, mtime=1777565773060, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=445) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2423): Exists(path='/test_between_servers/421', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2423): ZnodeStat(czxid=446, mzxid=1471, ctime=1777565758833, mtime=1777565773070, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=446) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=422): Exists(path='/test_between_servers/421', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=422): ZnodeStat(czxid=446, mzxid=1471, ctime=1777565758833, mtime=1777565773070, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=446) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=422): Exists(path='/test_between_servers/421', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=422): ZnodeStat(czxid=446, mzxid=1471, ctime=1777565758833, mtime=1777565773070, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=446) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=2424): Exists(path='/test_between_servers/422', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:24 [ 383 ] DEBUG : Received response(xid=2424): ZnodeStat(czxid=447, mzxid=1472, ctime=1777565758854, mtime=1777565773084, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=447) (connection.py:410, _read_response) 2026-04-30 16:16:24 [ 383 ] DEBUG : Sending request(xid=423): Exists(path='/test_between_servers/422', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=423): ZnodeStat(czxid=447, mzxid=1472, ctime=1777565758854, mtime=1777565773084, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=447) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=423): Exists(path='/test_between_servers/422', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=423): ZnodeStat(czxid=447, mzxid=1472, ctime=1777565758854, mtime=1777565773084, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=447) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2425): Exists(path='/test_between_servers/423', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2425): ZnodeStat(czxid=448, mzxid=1473, ctime=1777565758864, mtime=1777565773097, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=448) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=424): Exists(path='/test_between_servers/423', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=424): ZnodeStat(czxid=448, mzxid=1473, ctime=1777565758864, mtime=1777565773097, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=448) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=424): Exists(path='/test_between_servers/423', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=424): ZnodeStat(czxid=448, mzxid=1473, ctime=1777565758864, mtime=1777565773097, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=448) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2426): Exists(path='/test_between_servers/424', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2426): ZnodeStat(czxid=449, mzxid=1474, ctime=1777565758875, mtime=1777565773107, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=449) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=425): Exists(path='/test_between_servers/424', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=425): ZnodeStat(czxid=449, mzxid=1474, ctime=1777565758875, mtime=1777565773107, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=449) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=425): Exists(path='/test_between_servers/424', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=425): ZnodeStat(czxid=449, mzxid=1474, ctime=1777565758875, mtime=1777565773107, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=449) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2427): Exists(path='/test_between_servers/425', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2427): ZnodeStat(czxid=450, mzxid=1475, ctime=1777565758889, mtime=1777565773115, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=450) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=426): Exists(path='/test_between_servers/425', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=426): ZnodeStat(czxid=450, mzxid=1475, ctime=1777565758889, mtime=1777565773115, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=450) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=426): Exists(path='/test_between_servers/425', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=426): ZnodeStat(czxid=450, mzxid=1475, ctime=1777565758889, mtime=1777565773115, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=450) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2428): Exists(path='/test_between_servers/426', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2428): ZnodeStat(czxid=451, mzxid=1476, ctime=1777565758900, mtime=1777565773127, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=451) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=427): Exists(path='/test_between_servers/426', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=427): ZnodeStat(czxid=451, mzxid=1476, ctime=1777565758900, mtime=1777565773127, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=451) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=427): Exists(path='/test_between_servers/426', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=427): ZnodeStat(czxid=451, mzxid=1476, ctime=1777565758900, mtime=1777565773127, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=451) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2429): Exists(path='/test_between_servers/427', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2429): ZnodeStat(czxid=452, mzxid=1477, ctime=1777565758910, mtime=1777565773138, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=452) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=428): Exists(path='/test_between_servers/427', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=428): ZnodeStat(czxid=452, mzxid=1477, ctime=1777565758910, mtime=1777565773138, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=452) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=428): Exists(path='/test_between_servers/427', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=428): ZnodeStat(czxid=452, mzxid=1477, ctime=1777565758910, mtime=1777565773138, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=452) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2430): Exists(path='/test_between_servers/428', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2430): ZnodeStat(czxid=453, mzxid=1478, ctime=1777565758922, mtime=1777565773149, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=453) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=429): Exists(path='/test_between_servers/428', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=429): ZnodeStat(czxid=453, mzxid=1478, ctime=1777565758922, mtime=1777565773149, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=453) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=429): Exists(path='/test_between_servers/428', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=429): ZnodeStat(czxid=453, mzxid=1478, ctime=1777565758922, mtime=1777565773149, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=453) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2431): Exists(path='/test_between_servers/429', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2431): ZnodeStat(czxid=454, mzxid=1479, ctime=1777565758935, mtime=1777565773162, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=454) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=430): Exists(path='/test_between_servers/429', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=430): ZnodeStat(czxid=454, mzxid=1479, ctime=1777565758935, mtime=1777565773162, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=454) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=430): Exists(path='/test_between_servers/429', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=430): ZnodeStat(czxid=454, mzxid=1479, ctime=1777565758935, mtime=1777565773162, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=454) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2432): Exists(path='/test_between_servers/430', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2432): ZnodeStat(czxid=455, mzxid=1480, ctime=1777565758945, mtime=1777565773173, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=455) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=431): Exists(path='/test_between_servers/430', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=431): ZnodeStat(czxid=455, mzxid=1480, ctime=1777565758945, mtime=1777565773173, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=455) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=431): Exists(path='/test_between_servers/430', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=431): ZnodeStat(czxid=455, mzxid=1480, ctime=1777565758945, mtime=1777565773173, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=455) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2433): Exists(path='/test_between_servers/431', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2433): ZnodeStat(czxid=456, mzxid=1481, ctime=1777565758956, mtime=1777565773184, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=456) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=432): Exists(path='/test_between_servers/431', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=432): ZnodeStat(czxid=456, mzxid=1481, ctime=1777565758956, mtime=1777565773184, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=456) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=432): Exists(path='/test_between_servers/431', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=432): ZnodeStat(czxid=456, mzxid=1481, ctime=1777565758956, mtime=1777565773184, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=456) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2434): Exists(path='/test_between_servers/432', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2434): ZnodeStat(czxid=457, mzxid=1482, ctime=1777565758968, mtime=1777565773196, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=457) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=433): Exists(path='/test_between_servers/432', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=433): ZnodeStat(czxid=457, mzxid=1482, ctime=1777565758968, mtime=1777565773196, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=457) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=433): Exists(path='/test_between_servers/432', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=433): ZnodeStat(czxid=457, mzxid=1482, ctime=1777565758968, mtime=1777565773196, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=457) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2435): Exists(path='/test_between_servers/433', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2435): ZnodeStat(czxid=458, mzxid=1483, ctime=1777565758978, mtime=1777565773204, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=458) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=434): Exists(path='/test_between_servers/433', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=434): ZnodeStat(czxid=458, mzxid=1483, ctime=1777565758978, mtime=1777565773204, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=458) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=434): Exists(path='/test_between_servers/433', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=434): ZnodeStat(czxid=458, mzxid=1483, ctime=1777565758978, mtime=1777565773204, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=458) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2436): Exists(path='/test_between_servers/434', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2436): ZnodeStat(czxid=460, mzxid=1484, ctime=1777565758991, mtime=1777565773216, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=460) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=435): Exists(path='/test_between_servers/434', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=435): ZnodeStat(czxid=460, mzxid=1484, ctime=1777565758991, mtime=1777565773216, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=460) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=435): Exists(path='/test_between_servers/434', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=435): ZnodeStat(czxid=460, mzxid=1484, ctime=1777565758991, mtime=1777565773216, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=460) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2437): Exists(path='/test_between_servers/435', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2437): ZnodeStat(czxid=461, mzxid=1485, ctime=1777565759004, mtime=1777565773226, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=461) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=436): Exists(path='/test_between_servers/435', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=436): ZnodeStat(czxid=461, mzxid=1485, ctime=1777565759004, mtime=1777565773226, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=461) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=436): Exists(path='/test_between_servers/435', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=436): ZnodeStat(czxid=461, mzxid=1485, ctime=1777565759004, mtime=1777565773226, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=461) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2438): Exists(path='/test_between_servers/436', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2438): ZnodeStat(czxid=462, mzxid=1486, ctime=1777565759014, mtime=1777565773237, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=462) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=437): Exists(path='/test_between_servers/436', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=437): ZnodeStat(czxid=462, mzxid=1486, ctime=1777565759014, mtime=1777565773237, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=462) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=437): Exists(path='/test_between_servers/436', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=437): ZnodeStat(czxid=462, mzxid=1486, ctime=1777565759014, mtime=1777565773237, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=462) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2439): Exists(path='/test_between_servers/437', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2439): ZnodeStat(czxid=463, mzxid=1487, ctime=1777565759025, mtime=1777565773248, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=463) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=438): Exists(path='/test_between_servers/437', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=438): ZnodeStat(czxid=463, mzxid=1487, ctime=1777565759025, mtime=1777565773248, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=463) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=438): Exists(path='/test_between_servers/437', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=438): ZnodeStat(czxid=463, mzxid=1487, ctime=1777565759025, mtime=1777565773248, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=463) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2440): Exists(path='/test_between_servers/438', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2440): ZnodeStat(czxid=464, mzxid=1488, ctime=1777565759035, mtime=1777565773260, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=464) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=439): Exists(path='/test_between_servers/438', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=439): ZnodeStat(czxid=464, mzxid=1488, ctime=1777565759035, mtime=1777565773260, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=464) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=439): Exists(path='/test_between_servers/438', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=439): ZnodeStat(czxid=464, mzxid=1488, ctime=1777565759035, mtime=1777565773260, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=464) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2441): Exists(path='/test_between_servers/439', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2441): ZnodeStat(czxid=465, mzxid=1489, ctime=1777565759049, mtime=1777565773271, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=465) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=440): Exists(path='/test_between_servers/439', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=440): ZnodeStat(czxid=465, mzxid=1489, ctime=1777565759049, mtime=1777565773271, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=465) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=440): Exists(path='/test_between_servers/439', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=440): ZnodeStat(czxid=465, mzxid=1489, ctime=1777565759049, mtime=1777565773271, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=465) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2442): Exists(path='/test_between_servers/440', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2442): ZnodeStat(czxid=466, mzxid=1490, ctime=1777565759058, mtime=1777565773281, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=466) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=441): Exists(path='/test_between_servers/440', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=441): ZnodeStat(czxid=466, mzxid=1490, ctime=1777565759058, mtime=1777565773281, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=466) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=441): Exists(path='/test_between_servers/440', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=441): ZnodeStat(czxid=466, mzxid=1490, ctime=1777565759058, mtime=1777565773281, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=466) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2443): Exists(path='/test_between_servers/441', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2443): ZnodeStat(czxid=467, mzxid=1491, ctime=1777565759071, mtime=1777565773293, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=467) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=442): Exists(path='/test_between_servers/441', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=442): ZnodeStat(czxid=467, mzxid=1491, ctime=1777565759071, mtime=1777565773293, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=467) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=442): Exists(path='/test_between_servers/441', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=442): ZnodeStat(czxid=467, mzxid=1491, ctime=1777565759071, mtime=1777565773293, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=467) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2444): Exists(path='/test_between_servers/442', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2444): ZnodeStat(czxid=468, mzxid=1492, ctime=1777565759082, mtime=1777565773302, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=468) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=443): Exists(path='/test_between_servers/442', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=443): ZnodeStat(czxid=468, mzxid=1492, ctime=1777565759082, mtime=1777565773302, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=468) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=443): Exists(path='/test_between_servers/442', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=443): ZnodeStat(czxid=468, mzxid=1492, ctime=1777565759082, mtime=1777565773302, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=468) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2445): Exists(path='/test_between_servers/443', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2445): ZnodeStat(czxid=469, mzxid=1493, ctime=1777565759097, mtime=1777565773313, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=469) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=444): Exists(path='/test_between_servers/443', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=444): ZnodeStat(czxid=469, mzxid=1493, ctime=1777565759097, mtime=1777565773313, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=469) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=444): Exists(path='/test_between_servers/443', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=444): ZnodeStat(czxid=469, mzxid=1493, ctime=1777565759097, mtime=1777565773313, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=469) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2446): Exists(path='/test_between_servers/444', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2446): ZnodeStat(czxid=470, mzxid=1494, ctime=1777565759112, mtime=1777565773325, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=470) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=445): Exists(path='/test_between_servers/444', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=445): ZnodeStat(czxid=470, mzxid=1494, ctime=1777565759112, mtime=1777565773325, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=470) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=445): Exists(path='/test_between_servers/444', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=445): ZnodeStat(czxid=470, mzxid=1494, ctime=1777565759112, mtime=1777565773325, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=470) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2447): Exists(path='/test_between_servers/445', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2447): ZnodeStat(czxid=471, mzxid=1495, ctime=1777565759123, mtime=1777565773343, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=471) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=446): Exists(path='/test_between_servers/445', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=446): ZnodeStat(czxid=471, mzxid=1495, ctime=1777565759123, mtime=1777565773343, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=471) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=446): Exists(path='/test_between_servers/445', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=446): ZnodeStat(czxid=471, mzxid=1495, ctime=1777565759123, mtime=1777565773343, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=471) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2448): Exists(path='/test_between_servers/446', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2448): ZnodeStat(czxid=472, mzxid=1496, ctime=1777565759134, mtime=1777565773355, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=472) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=447): Exists(path='/test_between_servers/446', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=447): ZnodeStat(czxid=472, mzxid=1496, ctime=1777565759134, mtime=1777565773355, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=472) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=447): Exists(path='/test_between_servers/446', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=447): ZnodeStat(czxid=472, mzxid=1496, ctime=1777565759134, mtime=1777565773355, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=472) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2449): Exists(path='/test_between_servers/447', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2449): ZnodeStat(czxid=473, mzxid=1497, ctime=1777565759145, mtime=1777565773367, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=473) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=448): Exists(path='/test_between_servers/447', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=448): ZnodeStat(czxid=473, mzxid=1497, ctime=1777565759145, mtime=1777565773367, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=473) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=448): Exists(path='/test_between_servers/447', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=448): ZnodeStat(czxid=473, mzxid=1497, ctime=1777565759145, mtime=1777565773367, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=473) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2450): Exists(path='/test_between_servers/448', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2450): ZnodeStat(czxid=475, mzxid=1498, ctime=1777565759155, mtime=1777565773377, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=475) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=449): Exists(path='/test_between_servers/448', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=449): ZnodeStat(czxid=475, mzxid=1498, ctime=1777565759155, mtime=1777565773377, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=475) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=449): Exists(path='/test_between_servers/448', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=449): ZnodeStat(czxid=475, mzxid=1498, ctime=1777565759155, mtime=1777565773377, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=475) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2451): Exists(path='/test_between_servers/449', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2451): ZnodeStat(czxid=476, mzxid=1499, ctime=1777565759175, mtime=1777565773386, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=476) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=450): Exists(path='/test_between_servers/449', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=450): ZnodeStat(czxid=476, mzxid=1499, ctime=1777565759175, mtime=1777565773386, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=476) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=450): Exists(path='/test_between_servers/449', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=450): ZnodeStat(czxid=476, mzxid=1499, ctime=1777565759175, mtime=1777565773386, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=476) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2452): Exists(path='/test_between_servers/450', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2452): ZnodeStat(czxid=477, mzxid=1500, ctime=1777565759189, mtime=1777565773396, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=477) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=451): Exists(path='/test_between_servers/450', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=451): ZnodeStat(czxid=477, mzxid=1500, ctime=1777565759189, mtime=1777565773396, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=477) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=451): Exists(path='/test_between_servers/450', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=451): ZnodeStat(czxid=477, mzxid=1500, ctime=1777565759189, mtime=1777565773396, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=477) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2453): Exists(path='/test_between_servers/451', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2453): ZnodeStat(czxid=478, mzxid=1501, ctime=1777565759200, mtime=1777565773405, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=478) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=452): Exists(path='/test_between_servers/451', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=452): ZnodeStat(czxid=478, mzxid=1501, ctime=1777565759200, mtime=1777565773405, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=478) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=452): Exists(path='/test_between_servers/451', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=452): ZnodeStat(czxid=478, mzxid=1501, ctime=1777565759200, mtime=1777565773405, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=478) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2454): Exists(path='/test_between_servers/452', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2454): ZnodeStat(czxid=479, mzxid=1502, ctime=1777565759212, mtime=1777565773415, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=479) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=453): Exists(path='/test_between_servers/452', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=453): ZnodeStat(czxid=479, mzxid=1502, ctime=1777565759212, mtime=1777565773415, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=479) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=453): Exists(path='/test_between_servers/452', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=453): ZnodeStat(czxid=479, mzxid=1502, ctime=1777565759212, mtime=1777565773415, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=479) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2455): Exists(path='/test_between_servers/453', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2455): ZnodeStat(czxid=480, mzxid=1503, ctime=1777565759223, mtime=1777565773425, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=480) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=454): Exists(path='/test_between_servers/453', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=454): ZnodeStat(czxid=480, mzxid=1503, ctime=1777565759223, mtime=1777565773425, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=480) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=454): Exists(path='/test_between_servers/453', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=454): ZnodeStat(czxid=480, mzxid=1503, ctime=1777565759223, mtime=1777565773425, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=480) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2456): Exists(path='/test_between_servers/454', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2456): ZnodeStat(czxid=481, mzxid=1504, ctime=1777565759233, mtime=1777565773438, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=481) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=455): Exists(path='/test_between_servers/454', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=455): ZnodeStat(czxid=481, mzxid=1504, ctime=1777565759233, mtime=1777565773438, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=481) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=455): Exists(path='/test_between_servers/454', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=455): ZnodeStat(czxid=481, mzxid=1504, ctime=1777565759233, mtime=1777565773438, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=481) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2457): Exists(path='/test_between_servers/455', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2457): ZnodeStat(czxid=482, mzxid=1505, ctime=1777565759246, mtime=1777565773448, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=482) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=456): Exists(path='/test_between_servers/455', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=456): ZnodeStat(czxid=482, mzxid=1505, ctime=1777565759246, mtime=1777565773448, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=482) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=456): Exists(path='/test_between_servers/455', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=456): ZnodeStat(czxid=482, mzxid=1505, ctime=1777565759246, mtime=1777565773448, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=482) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2458): Exists(path='/test_between_servers/456', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2458): ZnodeStat(czxid=483, mzxid=1506, ctime=1777565759260, mtime=1777565773459, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=483) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=457): Exists(path='/test_between_servers/456', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=457): ZnodeStat(czxid=483, mzxid=1506, ctime=1777565759260, mtime=1777565773459, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=483) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=457): Exists(path='/test_between_servers/456', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=457): ZnodeStat(czxid=483, mzxid=1506, ctime=1777565759260, mtime=1777565773459, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=483) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2459): Exists(path='/test_between_servers/457', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2459): ZnodeStat(czxid=484, mzxid=1507, ctime=1777565759273, mtime=1777565773470, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=484) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=458): Exists(path='/test_between_servers/457', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=458): ZnodeStat(czxid=484, mzxid=1507, ctime=1777565759273, mtime=1777565773470, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=484) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=458): Exists(path='/test_between_servers/457', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=458): ZnodeStat(czxid=484, mzxid=1507, ctime=1777565759273, mtime=1777565773470, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=484) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2460): Exists(path='/test_between_servers/458', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2460): ZnodeStat(czxid=485, mzxid=1508, ctime=1777565759289, mtime=1777565773479, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=485) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=459): Exists(path='/test_between_servers/458', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=459): ZnodeStat(czxid=485, mzxid=1508, ctime=1777565759289, mtime=1777565773479, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=485) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=459): Exists(path='/test_between_servers/458', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=459): ZnodeStat(czxid=485, mzxid=1508, ctime=1777565759289, mtime=1777565773479, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=485) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2461): Exists(path='/test_between_servers/459', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2461): ZnodeStat(czxid=486, mzxid=1509, ctime=1777565759303, mtime=1777565773488, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=486) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=460): Exists(path='/test_between_servers/459', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=460): ZnodeStat(czxid=486, mzxid=1509, ctime=1777565759303, mtime=1777565773488, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=486) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=460): Exists(path='/test_between_servers/459', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=460): ZnodeStat(czxid=486, mzxid=1509, ctime=1777565759303, mtime=1777565773488, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=486) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2462): Exists(path='/test_between_servers/460', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2462): ZnodeStat(czxid=487, mzxid=1510, ctime=1777565759316, mtime=1777565773498, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=487) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=461): Exists(path='/test_between_servers/460', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=461): ZnodeStat(czxid=487, mzxid=1510, ctime=1777565759316, mtime=1777565773498, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=487) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=461): Exists(path='/test_between_servers/460', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=461): ZnodeStat(czxid=487, mzxid=1510, ctime=1777565759316, mtime=1777565773498, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=487) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2463): Exists(path='/test_between_servers/461', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2463): ZnodeStat(czxid=488, mzxid=1511, ctime=1777565759326, mtime=1777565773510, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=488) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=462): Exists(path='/test_between_servers/461', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=462): ZnodeStat(czxid=488, mzxid=1511, ctime=1777565759326, mtime=1777565773510, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=488) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=462): Exists(path='/test_between_servers/461', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=462): ZnodeStat(czxid=488, mzxid=1511, ctime=1777565759326, mtime=1777565773510, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=488) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2464): Exists(path='/test_between_servers/462', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2464): ZnodeStat(czxid=489, mzxid=1512, ctime=1777565759349, mtime=1777565773524, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=489) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=463): Exists(path='/test_between_servers/462', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=463): ZnodeStat(czxid=489, mzxid=1512, ctime=1777565759349, mtime=1777565773524, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=489) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=463): Exists(path='/test_between_servers/462', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=463): ZnodeStat(czxid=489, mzxid=1512, ctime=1777565759349, mtime=1777565773524, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=489) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2465): Exists(path='/test_between_servers/463', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2465): ZnodeStat(czxid=490, mzxid=1513, ctime=1777565759374, mtime=1777565773534, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=490) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=464): Exists(path='/test_between_servers/463', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=464): ZnodeStat(czxid=490, mzxid=1513, ctime=1777565759374, mtime=1777565773534, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=490) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=464): Exists(path='/test_between_servers/463', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=464): ZnodeStat(czxid=490, mzxid=1513, ctime=1777565759374, mtime=1777565773534, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=490) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2466): Exists(path='/test_between_servers/464', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2466): ZnodeStat(czxid=491, mzxid=1514, ctime=1777565759391, mtime=1777565773548, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=491) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=465): Exists(path='/test_between_servers/464', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=465): ZnodeStat(czxid=491, mzxid=1514, ctime=1777565759391, mtime=1777565773548, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=491) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=465): Exists(path='/test_between_servers/464', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=465): ZnodeStat(czxid=491, mzxid=1514, ctime=1777565759391, mtime=1777565773548, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=491) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2467): Exists(path='/test_between_servers/465', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2467): ZnodeStat(czxid=492, mzxid=1515, ctime=1777565759405, mtime=1777565773562, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=492) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=466): Exists(path='/test_between_servers/465', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=466): ZnodeStat(czxid=492, mzxid=1515, ctime=1777565759405, mtime=1777565773562, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=492) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=466): Exists(path='/test_between_servers/465', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=466): ZnodeStat(czxid=492, mzxid=1515, ctime=1777565759405, mtime=1777565773562, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=492) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2468): Exists(path='/test_between_servers/466', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2468): ZnodeStat(czxid=493, mzxid=1516, ctime=1777565759425, mtime=1777565773574, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=493) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=467): Exists(path='/test_between_servers/466', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=467): ZnodeStat(czxid=493, mzxid=1516, ctime=1777565759425, mtime=1777565773574, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=493) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=467): Exists(path='/test_between_servers/466', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=467): ZnodeStat(czxid=493, mzxid=1516, ctime=1777565759425, mtime=1777565773574, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=493) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2469): Exists(path='/test_between_servers/467', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2469): ZnodeStat(czxid=494, mzxid=1517, ctime=1777565759440, mtime=1777565773592, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=494) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=468): Exists(path='/test_between_servers/467', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=468): ZnodeStat(czxid=494, mzxid=1517, ctime=1777565759440, mtime=1777565773592, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=494) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=468): Exists(path='/test_between_servers/467', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=468): ZnodeStat(czxid=494, mzxid=1517, ctime=1777565759440, mtime=1777565773592, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=494) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2470): Exists(path='/test_between_servers/468', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2470): ZnodeStat(czxid=496, mzxid=1518, ctime=1777565759464, mtime=1777565773612, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=496) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=469): Exists(path='/test_between_servers/468', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=469): ZnodeStat(czxid=496, mzxid=1518, ctime=1777565759464, mtime=1777565773612, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=496) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=469): Exists(path='/test_between_servers/468', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=469): ZnodeStat(czxid=496, mzxid=1518, ctime=1777565759464, mtime=1777565773612, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=496) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2471): Exists(path='/test_between_servers/469', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2471): ZnodeStat(czxid=497, mzxid=1519, ctime=1777565759480, mtime=1777565773626, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=497) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=470): Exists(path='/test_between_servers/469', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=470): ZnodeStat(czxid=497, mzxid=1519, ctime=1777565759480, mtime=1777565773626, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=497) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=470): Exists(path='/test_between_servers/469', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=470): ZnodeStat(czxid=497, mzxid=1519, ctime=1777565759480, mtime=1777565773626, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=497) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2472): Exists(path='/test_between_servers/470', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2472): ZnodeStat(czxid=498, mzxid=1520, ctime=1777565759499, mtime=1777565773645, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=498) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=471): Exists(path='/test_between_servers/470', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=471): ZnodeStat(czxid=498, mzxid=1520, ctime=1777565759499, mtime=1777565773645, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=498) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=471): Exists(path='/test_between_servers/470', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=471): ZnodeStat(czxid=498, mzxid=1520, ctime=1777565759499, mtime=1777565773645, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=498) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2473): Exists(path='/test_between_servers/471', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2473): ZnodeStat(czxid=499, mzxid=1521, ctime=1777565759516, mtime=1777565773659, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=499) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=472): Exists(path='/test_between_servers/471', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=472): ZnodeStat(czxid=499, mzxid=1521, ctime=1777565759516, mtime=1777565773659, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=499) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=472): Exists(path='/test_between_servers/471', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=472): ZnodeStat(czxid=499, mzxid=1521, ctime=1777565759516, mtime=1777565773659, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=499) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2474): Exists(path='/test_between_servers/472', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2474): ZnodeStat(czxid=500, mzxid=1522, ctime=1777565759528, mtime=1777565773673, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=500) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=473): Exists(path='/test_between_servers/472', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=473): ZnodeStat(czxid=500, mzxid=1522, ctime=1777565759528, mtime=1777565773673, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=500) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=473): Exists(path='/test_between_servers/472', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=473): ZnodeStat(czxid=500, mzxid=1522, ctime=1777565759528, mtime=1777565773673, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=500) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2475): Exists(path='/test_between_servers/473', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2475): ZnodeStat(czxid=501, mzxid=1523, ctime=1777565759542, mtime=1777565773684, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=501) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=474): Exists(path='/test_between_servers/473', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=474): ZnodeStat(czxid=501, mzxid=1523, ctime=1777565759542, mtime=1777565773684, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=501) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=474): Exists(path='/test_between_servers/473', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=474): ZnodeStat(czxid=501, mzxid=1523, ctime=1777565759542, mtime=1777565773684, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=501) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2476): Exists(path='/test_between_servers/474', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2476): ZnodeStat(czxid=502, mzxid=1524, ctime=1777565759562, mtime=1777565773693, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=502) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=475): Exists(path='/test_between_servers/474', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=475): ZnodeStat(czxid=502, mzxid=1524, ctime=1777565759562, mtime=1777565773693, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=502) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=475): Exists(path='/test_between_servers/474', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=475): ZnodeStat(czxid=502, mzxid=1524, ctime=1777565759562, mtime=1777565773693, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=502) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2477): Exists(path='/test_between_servers/475', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2477): ZnodeStat(czxid=504, mzxid=1525, ctime=1777565759581, mtime=1777565773706, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=504) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=476): Exists(path='/test_between_servers/475', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=476): ZnodeStat(czxid=504, mzxid=1525, ctime=1777565759581, mtime=1777565773706, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=504) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=476): Exists(path='/test_between_servers/475', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=476): ZnodeStat(czxid=504, mzxid=1525, ctime=1777565759581, mtime=1777565773706, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=504) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2478): Exists(path='/test_between_servers/476', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2478): ZnodeStat(czxid=505, mzxid=1526, ctime=1777565759599, mtime=1777565773717, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=505) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=477): Exists(path='/test_between_servers/476', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=477): ZnodeStat(czxid=505, mzxid=1526, ctime=1777565759599, mtime=1777565773717, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=505) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=477): Exists(path='/test_between_servers/476', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=477): ZnodeStat(czxid=505, mzxid=1526, ctime=1777565759599, mtime=1777565773717, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=505) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2479): Exists(path='/test_between_servers/477', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2479): ZnodeStat(czxid=506, mzxid=1527, ctime=1777565759610, mtime=1777565773737, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=506) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=478): Exists(path='/test_between_servers/477', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=478): ZnodeStat(czxid=506, mzxid=1527, ctime=1777565759610, mtime=1777565773737, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=506) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=478): Exists(path='/test_between_servers/477', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=478): ZnodeStat(czxid=506, mzxid=1527, ctime=1777565759610, mtime=1777565773737, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=506) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2480): Exists(path='/test_between_servers/478', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2480): ZnodeStat(czxid=507, mzxid=1528, ctime=1777565759627, mtime=1777565773749, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=507) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=479): Exists(path='/test_between_servers/478', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=479): ZnodeStat(czxid=507, mzxid=1528, ctime=1777565759627, mtime=1777565773749, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=507) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=479): Exists(path='/test_between_servers/478', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=479): ZnodeStat(czxid=507, mzxid=1528, ctime=1777565759627, mtime=1777565773749, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=507) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2481): Exists(path='/test_between_servers/479', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2481): ZnodeStat(czxid=508, mzxid=1529, ctime=1777565759643, mtime=1777565773762, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=508) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=480): Exists(path='/test_between_servers/479', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=480): ZnodeStat(czxid=508, mzxid=1529, ctime=1777565759643, mtime=1777565773762, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=508) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=480): Exists(path='/test_between_servers/479', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=480): ZnodeStat(czxid=508, mzxid=1529, ctime=1777565759643, mtime=1777565773762, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=508) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2482): Exists(path='/test_between_servers/480', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2482): ZnodeStat(czxid=509, mzxid=1530, ctime=1777565759656, mtime=1777565773775, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=509) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=481): Exists(path='/test_between_servers/480', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=481): ZnodeStat(czxid=509, mzxid=1530, ctime=1777565759656, mtime=1777565773775, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=509) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=481): Exists(path='/test_between_servers/480', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=481): ZnodeStat(czxid=509, mzxid=1530, ctime=1777565759656, mtime=1777565773775, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=509) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2483): Exists(path='/test_between_servers/481', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2483): ZnodeStat(czxid=510, mzxid=1531, ctime=1777565759668, mtime=1777565773785, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=510) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=482): Exists(path='/test_between_servers/481', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=482): ZnodeStat(czxid=510, mzxid=1531, ctime=1777565759668, mtime=1777565773785, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=510) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=482): Exists(path='/test_between_servers/481', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=482): ZnodeStat(czxid=510, mzxid=1531, ctime=1777565759668, mtime=1777565773785, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=510) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2484): Exists(path='/test_between_servers/482', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2484): ZnodeStat(czxid=511, mzxid=1532, ctime=1777565759677, mtime=1777565773799, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=511) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=483): Exists(path='/test_between_servers/482', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=483): ZnodeStat(czxid=511, mzxid=1532, ctime=1777565759677, mtime=1777565773799, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=511) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=483): Exists(path='/test_between_servers/482', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=483): ZnodeStat(czxid=511, mzxid=1532, ctime=1777565759677, mtime=1777565773799, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=511) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2485): Exists(path='/test_between_servers/483', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2485): ZnodeStat(czxid=512, mzxid=1533, ctime=1777565759688, mtime=1777565773810, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=512) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=484): Exists(path='/test_between_servers/483', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=484): ZnodeStat(czxid=512, mzxid=1533, ctime=1777565759688, mtime=1777565773810, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=512) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=484): Exists(path='/test_between_servers/483', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=484): ZnodeStat(czxid=512, mzxid=1533, ctime=1777565759688, mtime=1777565773810, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=512) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2486): Exists(path='/test_between_servers/484', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2486): ZnodeStat(czxid=513, mzxid=1534, ctime=1777565759708, mtime=1777565773823, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=513) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=485): Exists(path='/test_between_servers/484', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=485): ZnodeStat(czxid=513, mzxid=1534, ctime=1777565759708, mtime=1777565773823, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=513) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=485): Exists(path='/test_between_servers/484', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=485): ZnodeStat(czxid=513, mzxid=1534, ctime=1777565759708, mtime=1777565773823, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=513) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2487): Exists(path='/test_between_servers/485', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2487): ZnodeStat(czxid=515, mzxid=1535, ctime=1777565759726, mtime=1777565773835, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=515) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=486): Exists(path='/test_between_servers/485', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=486): ZnodeStat(czxid=515, mzxid=1535, ctime=1777565759726, mtime=1777565773835, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=515) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=486): Exists(path='/test_between_servers/485', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=486): ZnodeStat(czxid=515, mzxid=1535, ctime=1777565759726, mtime=1777565773835, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=515) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2488): Exists(path='/test_between_servers/486', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2488): ZnodeStat(czxid=516, mzxid=1536, ctime=1777565759760, mtime=1777565773846, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=516) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=487): Exists(path='/test_between_servers/486', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=487): ZnodeStat(czxid=516, mzxid=1536, ctime=1777565759760, mtime=1777565773846, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=516) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=487): Exists(path='/test_between_servers/486', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=487): ZnodeStat(czxid=516, mzxid=1536, ctime=1777565759760, mtime=1777565773846, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=516) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2489): Exists(path='/test_between_servers/487', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2489): ZnodeStat(czxid=517, mzxid=1537, ctime=1777565759786, mtime=1777565773859, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=517) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=488): Exists(path='/test_between_servers/487', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=488): ZnodeStat(czxid=517, mzxid=1537, ctime=1777565759786, mtime=1777565773859, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=517) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=488): Exists(path='/test_between_servers/487', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=488): ZnodeStat(czxid=517, mzxid=1537, ctime=1777565759786, mtime=1777565773859, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=517) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2490): Exists(path='/test_between_servers/488', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2490): ZnodeStat(czxid=518, mzxid=1538, ctime=1777565759814, mtime=1777565773870, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=518) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=489): Exists(path='/test_between_servers/488', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=489): ZnodeStat(czxid=518, mzxid=1538, ctime=1777565759814, mtime=1777565773870, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=518) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=489): Exists(path='/test_between_servers/488', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=489): ZnodeStat(czxid=518, mzxid=1538, ctime=1777565759814, mtime=1777565773870, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=518) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2491): Exists(path='/test_between_servers/489', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2491): ZnodeStat(czxid=519, mzxid=1539, ctime=1777565759834, mtime=1777565773879, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=519) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=490): Exists(path='/test_between_servers/489', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=490): ZnodeStat(czxid=519, mzxid=1539, ctime=1777565759834, mtime=1777565773879, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=519) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=490): Exists(path='/test_between_servers/489', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=490): ZnodeStat(czxid=519, mzxid=1539, ctime=1777565759834, mtime=1777565773879, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=519) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2492): Exists(path='/test_between_servers/490', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2492): ZnodeStat(czxid=520, mzxid=1540, ctime=1777565759863, mtime=1777565773892, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=520) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=491): Exists(path='/test_between_servers/490', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=491): ZnodeStat(czxid=520, mzxid=1540, ctime=1777565759863, mtime=1777565773892, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=520) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=491): Exists(path='/test_between_servers/490', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=491): ZnodeStat(czxid=520, mzxid=1540, ctime=1777565759863, mtime=1777565773892, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=520) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2493): Exists(path='/test_between_servers/491', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2493): ZnodeStat(czxid=521, mzxid=1541, ctime=1777565759892, mtime=1777565773902, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=521) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=492): Exists(path='/test_between_servers/491', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=492): ZnodeStat(czxid=521, mzxid=1541, ctime=1777565759892, mtime=1777565773902, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=521) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=492): Exists(path='/test_between_servers/491', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=492): ZnodeStat(czxid=521, mzxid=1541, ctime=1777565759892, mtime=1777565773902, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=521) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2494): Exists(path='/test_between_servers/492', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2494): ZnodeStat(czxid=522, mzxid=1542, ctime=1777565759919, mtime=1777565773912, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=522) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=493): Exists(path='/test_between_servers/492', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=493): ZnodeStat(czxid=522, mzxid=1542, ctime=1777565759919, mtime=1777565773912, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=522) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=493): Exists(path='/test_between_servers/492', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=493): ZnodeStat(czxid=522, mzxid=1542, ctime=1777565759919, mtime=1777565773912, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=522) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2495): Exists(path='/test_between_servers/493', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2495): ZnodeStat(czxid=523, mzxid=1543, ctime=1777565759952, mtime=1777565773927, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=523) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=494): Exists(path='/test_between_servers/493', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=494): ZnodeStat(czxid=523, mzxid=1543, ctime=1777565759952, mtime=1777565773927, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=523) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=494): Exists(path='/test_between_servers/493', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=494): ZnodeStat(czxid=523, mzxid=1543, ctime=1777565759952, mtime=1777565773927, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=523) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2496): Exists(path='/test_between_servers/494', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2496): ZnodeStat(czxid=524, mzxid=1544, ctime=1777565759975, mtime=1777565773941, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=524) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=495): Exists(path='/test_between_servers/494', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=495): ZnodeStat(czxid=524, mzxid=1544, ctime=1777565759975, mtime=1777565773941, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=524) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=495): Exists(path='/test_between_servers/494', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=495): ZnodeStat(czxid=524, mzxid=1544, ctime=1777565759975, mtime=1777565773941, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=524) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2497): Exists(path='/test_between_servers/495', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2497): ZnodeStat(czxid=525, mzxid=1545, ctime=1777565760026, mtime=1777565773952, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=525) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=496): Exists(path='/test_between_servers/495', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=496): ZnodeStat(czxid=525, mzxid=1545, ctime=1777565760026, mtime=1777565773952, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=525) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=496): Exists(path='/test_between_servers/495', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=496): ZnodeStat(czxid=525, mzxid=1545, ctime=1777565760026, mtime=1777565773952, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=525) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2498): Exists(path='/test_between_servers/496', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2498): ZnodeStat(czxid=526, mzxid=1546, ctime=1777565760055, mtime=1777565773964, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=526) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=497): Exists(path='/test_between_servers/496', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=497): ZnodeStat(czxid=526, mzxid=1546, ctime=1777565760055, mtime=1777565773964, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=526) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=497): Exists(path='/test_between_servers/496', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=497): ZnodeStat(czxid=526, mzxid=1546, ctime=1777565760055, mtime=1777565773964, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=526) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2499): Exists(path='/test_between_servers/497', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2499): ZnodeStat(czxid=527, mzxid=1547, ctime=1777565760072, mtime=1777565773986, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=527) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=498): Exists(path='/test_between_servers/497', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=498): ZnodeStat(czxid=527, mzxid=1547, ctime=1777565760072, mtime=1777565773986, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=527) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=498): Exists(path='/test_between_servers/497', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=498): ZnodeStat(czxid=527, mzxid=1547, ctime=1777565760072, mtime=1777565773986, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=527) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2500): Exists(path='/test_between_servers/498', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2500): ZnodeStat(czxid=528, mzxid=1548, ctime=1777565760088, mtime=1777565773996, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=528) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=499): Exists(path='/test_between_servers/498', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=499): ZnodeStat(czxid=528, mzxid=1548, ctime=1777565760088, mtime=1777565773996, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=528) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=499): Exists(path='/test_between_servers/498', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=499): ZnodeStat(czxid=528, mzxid=1548, ctime=1777565760088, mtime=1777565773996, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=528) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2501): Exists(path='/test_between_servers/499', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2501): ZnodeStat(czxid=529, mzxid=1549, ctime=1777565760114, mtime=1777565774008, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=529) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=500): Exists(path='/test_between_servers/499', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=500): ZnodeStat(czxid=529, mzxid=1549, ctime=1777565760114, mtime=1777565774008, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=529) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=500): Exists(path='/test_between_servers/499', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=500): ZnodeStat(czxid=529, mzxid=1549, ctime=1777565760114, mtime=1777565774008, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=529) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2502): Exists(path='/test_between_servers/500', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2502): ZnodeStat(czxid=530, mzxid=1550, ctime=1777565760140, mtime=1777565774020, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=530) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=501): Exists(path='/test_between_servers/500', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=501): ZnodeStat(czxid=530, mzxid=1550, ctime=1777565760140, mtime=1777565774020, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=530) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=501): Exists(path='/test_between_servers/500', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=501): ZnodeStat(czxid=530, mzxid=1550, ctime=1777565760140, mtime=1777565774020, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=530) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2503): Exists(path='/test_between_servers/501', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2503): ZnodeStat(czxid=531, mzxid=1551, ctime=1777565760170, mtime=1777565774034, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=531) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=502): Exists(path='/test_between_servers/501', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=502): ZnodeStat(czxid=531, mzxid=1551, ctime=1777565760170, mtime=1777565774034, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=531) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=502): Exists(path='/test_between_servers/501', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=502): ZnodeStat(czxid=531, mzxid=1551, ctime=1777565760170, mtime=1777565774034, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=531) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2504): Exists(path='/test_between_servers/502', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2504): ZnodeStat(czxid=532, mzxid=1552, ctime=1777565760195, mtime=1777565774047, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=532) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=503): Exists(path='/test_between_servers/502', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=503): ZnodeStat(czxid=532, mzxid=1552, ctime=1777565760195, mtime=1777565774047, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=532) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=503): Exists(path='/test_between_servers/502', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=503): ZnodeStat(czxid=532, mzxid=1552, ctime=1777565760195, mtime=1777565774047, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=532) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2505): Exists(path='/test_between_servers/503', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2505): ZnodeStat(czxid=533, mzxid=1553, ctime=1777565760217, mtime=1777565774059, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=533) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=504): Exists(path='/test_between_servers/503', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=504): ZnodeStat(czxid=533, mzxid=1553, ctime=1777565760217, mtime=1777565774059, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=533) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=504): Exists(path='/test_between_servers/503', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=504): ZnodeStat(czxid=533, mzxid=1553, ctime=1777565760217, mtime=1777565774059, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=533) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2506): Exists(path='/test_between_servers/504', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2506): ZnodeStat(czxid=534, mzxid=1554, ctime=1777565760240, mtime=1777565774069, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=534) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=505): Exists(path='/test_between_servers/504', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=505): ZnodeStat(czxid=534, mzxid=1554, ctime=1777565760240, mtime=1777565774069, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=534) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=505): Exists(path='/test_between_servers/504', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=505): ZnodeStat(czxid=534, mzxid=1554, ctime=1777565760240, mtime=1777565774069, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=534) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2507): Exists(path='/test_between_servers/505', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2507): ZnodeStat(czxid=535, mzxid=1555, ctime=1777565760266, mtime=1777565774081, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=535) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=506): Exists(path='/test_between_servers/505', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=506): ZnodeStat(czxid=535, mzxid=1555, ctime=1777565760266, mtime=1777565774081, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=535) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=506): Exists(path='/test_between_servers/505', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=506): ZnodeStat(czxid=535, mzxid=1555, ctime=1777565760266, mtime=1777565774081, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=535) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2508): Exists(path='/test_between_servers/506', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2508): ZnodeStat(czxid=536, mzxid=1556, ctime=1777565760284, mtime=1777565774094, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=536) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=507): Exists(path='/test_between_servers/506', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=507): ZnodeStat(czxid=536, mzxid=1556, ctime=1777565760284, mtime=1777565774094, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=536) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=507): Exists(path='/test_between_servers/506', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=507): ZnodeStat(czxid=536, mzxid=1556, ctime=1777565760284, mtime=1777565774094, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=536) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2509): Exists(path='/test_between_servers/507', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2509): ZnodeStat(czxid=537, mzxid=1557, ctime=1777565760304, mtime=1777565774104, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=537) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=508): Exists(path='/test_between_servers/507', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=508): ZnodeStat(czxid=537, mzxid=1557, ctime=1777565760304, mtime=1777565774104, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=537) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=508): Exists(path='/test_between_servers/507', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=508): ZnodeStat(czxid=537, mzxid=1557, ctime=1777565760304, mtime=1777565774104, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=537) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2510): Exists(path='/test_between_servers/508', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2510): ZnodeStat(czxid=538, mzxid=1558, ctime=1777565760325, mtime=1777565774113, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=538) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=509): Exists(path='/test_between_servers/508', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=509): ZnodeStat(czxid=538, mzxid=1558, ctime=1777565760325, mtime=1777565774113, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=538) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=509): Exists(path='/test_between_servers/508', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=509): ZnodeStat(czxid=538, mzxid=1558, ctime=1777565760325, mtime=1777565774113, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=538) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2511): Exists(path='/test_between_servers/509', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2511): ZnodeStat(czxid=539, mzxid=1559, ctime=1777565760349, mtime=1777565774123, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=539) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=510): Exists(path='/test_between_servers/509', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=510): ZnodeStat(czxid=539, mzxid=1559, ctime=1777565760349, mtime=1777565774123, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=539) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=510): Exists(path='/test_between_servers/509', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=510): ZnodeStat(czxid=539, mzxid=1559, ctime=1777565760349, mtime=1777565774123, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=539) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2512): Exists(path='/test_between_servers/510', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2512): ZnodeStat(czxid=540, mzxid=1560, ctime=1777565760371, mtime=1777565774136, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=540) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=511): Exists(path='/test_between_servers/510', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=511): ZnodeStat(czxid=540, mzxid=1560, ctime=1777565760371, mtime=1777565774136, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=540) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=511): Exists(path='/test_between_servers/510', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=511): ZnodeStat(czxid=540, mzxid=1560, ctime=1777565760371, mtime=1777565774136, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=540) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2513): Exists(path='/test_between_servers/511', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2513): ZnodeStat(czxid=541, mzxid=1561, ctime=1777565760396, mtime=1777565774146, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=541) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=512): Exists(path='/test_between_servers/511', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=512): ZnodeStat(czxid=541, mzxid=1561, ctime=1777565760396, mtime=1777565774146, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=541) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=512): Exists(path='/test_between_servers/511', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=512): ZnodeStat(czxid=541, mzxid=1561, ctime=1777565760396, mtime=1777565774146, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=541) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2514): Exists(path='/test_between_servers/512', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2514): ZnodeStat(czxid=542, mzxid=1562, ctime=1777565760420, mtime=1777565774157, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=542) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=513): Exists(path='/test_between_servers/512', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=513): ZnodeStat(czxid=542, mzxid=1562, ctime=1777565760420, mtime=1777565774157, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=542) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=513): Exists(path='/test_between_servers/512', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=513): ZnodeStat(czxid=542, mzxid=1562, ctime=1777565760420, mtime=1777565774157, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=542) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2515): Exists(path='/test_between_servers/513', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2515): ZnodeStat(czxid=543, mzxid=1563, ctime=1777565760442, mtime=1777565774169, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=543) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=514): Exists(path='/test_between_servers/513', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=514): ZnodeStat(czxid=543, mzxid=1563, ctime=1777565760442, mtime=1777565774169, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=543) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=514): Exists(path='/test_between_servers/513', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=514): ZnodeStat(czxid=543, mzxid=1563, ctime=1777565760442, mtime=1777565774169, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=543) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2516): Exists(path='/test_between_servers/514', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2516): ZnodeStat(czxid=544, mzxid=1564, ctime=1777565760467, mtime=1777565774181, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=544) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=515): Exists(path='/test_between_servers/514', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=515): ZnodeStat(czxid=544, mzxid=1564, ctime=1777565760467, mtime=1777565774181, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=544) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=515): Exists(path='/test_between_servers/514', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=515): ZnodeStat(czxid=544, mzxid=1564, ctime=1777565760467, mtime=1777565774181, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=544) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2517): Exists(path='/test_between_servers/515', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2517): ZnodeStat(czxid=545, mzxid=1565, ctime=1777565760491, mtime=1777565774194, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=545) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=516): Exists(path='/test_between_servers/515', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=516): ZnodeStat(czxid=545, mzxid=1565, ctime=1777565760491, mtime=1777565774194, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=545) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=516): Exists(path='/test_between_servers/515', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=516): ZnodeStat(czxid=545, mzxid=1565, ctime=1777565760491, mtime=1777565774194, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=545) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2518): Exists(path='/test_between_servers/516', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2518): ZnodeStat(czxid=546, mzxid=1566, ctime=1777565760511, mtime=1777565774213, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=546) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=517): Exists(path='/test_between_servers/516', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=517): ZnodeStat(czxid=546, mzxid=1566, ctime=1777565760511, mtime=1777565774213, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=546) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=517): Exists(path='/test_between_servers/516', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=517): ZnodeStat(czxid=546, mzxid=1566, ctime=1777565760511, mtime=1777565774213, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=546) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2519): Exists(path='/test_between_servers/517', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2519): ZnodeStat(czxid=547, mzxid=1567, ctime=1777565760533, mtime=1777565774225, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=547) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=518): Exists(path='/test_between_servers/517', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=518): ZnodeStat(czxid=547, mzxid=1567, ctime=1777565760533, mtime=1777565774225, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=547) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=518): Exists(path='/test_between_servers/517', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=518): ZnodeStat(czxid=547, mzxid=1567, ctime=1777565760533, mtime=1777565774225, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=547) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2520): Exists(path='/test_between_servers/518', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2520): ZnodeStat(czxid=548, mzxid=1568, ctime=1777565760561, mtime=1777565774237, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=548) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=519): Exists(path='/test_between_servers/518', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=519): ZnodeStat(czxid=548, mzxid=1568, ctime=1777565760561, mtime=1777565774237, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=548) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=519): Exists(path='/test_between_servers/518', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=519): ZnodeStat(czxid=548, mzxid=1568, ctime=1777565760561, mtime=1777565774237, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=548) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2521): Exists(path='/test_between_servers/519', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2521): ZnodeStat(czxid=549, mzxid=1569, ctime=1777565760575, mtime=1777565774250, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=549) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=520): Exists(path='/test_between_servers/519', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=520): ZnodeStat(czxid=549, mzxid=1569, ctime=1777565760575, mtime=1777565774250, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=549) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=520): Exists(path='/test_between_servers/519', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=520): ZnodeStat(czxid=549, mzxid=1569, ctime=1777565760575, mtime=1777565774250, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=549) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2522): Exists(path='/test_between_servers/520', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2522): ZnodeStat(czxid=550, mzxid=1570, ctime=1777565760594, mtime=1777565774270, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=550) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=521): Exists(path='/test_between_servers/520', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=521): ZnodeStat(czxid=550, mzxid=1570, ctime=1777565760594, mtime=1777565774270, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=550) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=521): Exists(path='/test_between_servers/520', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=521): ZnodeStat(czxid=550, mzxid=1570, ctime=1777565760594, mtime=1777565774270, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=550) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2523): Exists(path='/test_between_servers/521', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2523): ZnodeStat(czxid=551, mzxid=1571, ctime=1777565760630, mtime=1777565774281, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=551) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=522): Exists(path='/test_between_servers/521', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=522): ZnodeStat(czxid=551, mzxid=1571, ctime=1777565760630, mtime=1777565774281, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=551) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=522): Exists(path='/test_between_servers/521', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=522): ZnodeStat(czxid=551, mzxid=1571, ctime=1777565760630, mtime=1777565774281, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=551) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2524): Exists(path='/test_between_servers/522', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2524): ZnodeStat(czxid=552, mzxid=1572, ctime=1777565760646, mtime=1777565774292, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=552) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=523): Exists(path='/test_between_servers/522', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=523): ZnodeStat(czxid=552, mzxid=1572, ctime=1777565760646, mtime=1777565774292, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=552) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=523): Exists(path='/test_between_servers/522', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=523): ZnodeStat(czxid=552, mzxid=1572, ctime=1777565760646, mtime=1777565774292, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=552) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2525): Exists(path='/test_between_servers/523', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2525): ZnodeStat(czxid=553, mzxid=1573, ctime=1777565760669, mtime=1777565774303, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=553) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=524): Exists(path='/test_between_servers/523', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=524): ZnodeStat(czxid=553, mzxid=1573, ctime=1777565760669, mtime=1777565774303, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=553) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=524): Exists(path='/test_between_servers/523', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=524): ZnodeStat(czxid=553, mzxid=1573, ctime=1777565760669, mtime=1777565774303, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=553) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2526): Exists(path='/test_between_servers/524', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2526): ZnodeStat(czxid=554, mzxid=1574, ctime=1777565760697, mtime=1777565774316, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=554) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=525): Exists(path='/test_between_servers/524', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=525): ZnodeStat(czxid=554, mzxid=1574, ctime=1777565760697, mtime=1777565774316, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=554) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=525): Exists(path='/test_between_servers/524', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=525): ZnodeStat(czxid=554, mzxid=1574, ctime=1777565760697, mtime=1777565774316, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=554) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2527): Exists(path='/test_between_servers/525', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2527): ZnodeStat(czxid=555, mzxid=1575, ctime=1777565760717, mtime=1777565774329, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=555) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=526): Exists(path='/test_between_servers/525', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=526): ZnodeStat(czxid=555, mzxid=1575, ctime=1777565760717, mtime=1777565774329, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=555) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=526): Exists(path='/test_between_servers/525', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=526): ZnodeStat(czxid=555, mzxid=1575, ctime=1777565760717, mtime=1777565774329, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=555) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2528): Exists(path='/test_between_servers/526', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2528): ZnodeStat(czxid=556, mzxid=1576, ctime=1777565760734, mtime=1777565774341, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=556) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=527): Exists(path='/test_between_servers/526', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=527): ZnodeStat(czxid=556, mzxid=1576, ctime=1777565760734, mtime=1777565774341, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=556) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=527): Exists(path='/test_between_servers/526', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=527): ZnodeStat(czxid=556, mzxid=1576, ctime=1777565760734, mtime=1777565774341, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=556) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2529): Exists(path='/test_between_servers/527', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2529): ZnodeStat(czxid=557, mzxid=1577, ctime=1777565760745, mtime=1777565774351, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=557) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=528): Exists(path='/test_between_servers/527', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=528): ZnodeStat(czxid=557, mzxid=1577, ctime=1777565760745, mtime=1777565774351, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=557) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=528): Exists(path='/test_between_servers/527', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=528): ZnodeStat(czxid=557, mzxid=1577, ctime=1777565760745, mtime=1777565774351, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=557) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2530): Exists(path='/test_between_servers/528', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2530): ZnodeStat(czxid=558, mzxid=1578, ctime=1777565760760, mtime=1777565774362, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=558) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=529): Exists(path='/test_between_servers/528', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=529): ZnodeStat(czxid=558, mzxid=1578, ctime=1777565760760, mtime=1777565774362, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=558) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=529): Exists(path='/test_between_servers/528', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=529): ZnodeStat(czxid=558, mzxid=1578, ctime=1777565760760, mtime=1777565774362, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=558) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2531): Exists(path='/test_between_servers/529', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2531): ZnodeStat(czxid=559, mzxid=1579, ctime=1777565760777, mtime=1777565774370, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=559) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=530): Exists(path='/test_between_servers/529', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=530): ZnodeStat(czxid=559, mzxid=1579, ctime=1777565760777, mtime=1777565774370, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=559) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=530): Exists(path='/test_between_servers/529', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=530): ZnodeStat(czxid=559, mzxid=1579, ctime=1777565760777, mtime=1777565774370, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=559) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2532): Exists(path='/test_between_servers/530', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2532): ZnodeStat(czxid=560, mzxid=1580, ctime=1777565760790, mtime=1777565774381, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=560) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=531): Exists(path='/test_between_servers/530', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=531): ZnodeStat(czxid=560, mzxid=1580, ctime=1777565760790, mtime=1777565774381, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=560) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=531): Exists(path='/test_between_servers/530', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=531): ZnodeStat(czxid=560, mzxid=1580, ctime=1777565760790, mtime=1777565774381, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=560) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2533): Exists(path='/test_between_servers/531', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2533): ZnodeStat(czxid=561, mzxid=1581, ctime=1777565760805, mtime=1777565774392, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=561) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=532): Exists(path='/test_between_servers/531', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=532): ZnodeStat(czxid=561, mzxid=1581, ctime=1777565760805, mtime=1777565774392, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=561) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=532): Exists(path='/test_between_servers/531', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=532): ZnodeStat(czxid=561, mzxid=1581, ctime=1777565760805, mtime=1777565774392, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=561) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2534): Exists(path='/test_between_servers/532', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2534): ZnodeStat(czxid=562, mzxid=1582, ctime=1777565760824, mtime=1777565774402, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=562) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=533): Exists(path='/test_between_servers/532', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=533): ZnodeStat(czxid=562, mzxid=1582, ctime=1777565760824, mtime=1777565774402, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=562) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=533): Exists(path='/test_between_servers/532', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=533): ZnodeStat(czxid=562, mzxid=1582, ctime=1777565760824, mtime=1777565774402, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=562) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=2535): Exists(path='/test_between_servers/533', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:25 [ 383 ] DEBUG : Received response(xid=2535): ZnodeStat(czxid=563, mzxid=1583, ctime=1777565760843, mtime=1777565774413, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=563) (connection.py:410, _read_response) 2026-04-30 16:16:25 [ 383 ] DEBUG : Sending request(xid=534): Exists(path='/test_between_servers/533', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=534): ZnodeStat(czxid=563, mzxid=1583, ctime=1777565760843, mtime=1777565774413, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=563) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=534): Exists(path='/test_between_servers/533', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=534): ZnodeStat(czxid=563, mzxid=1583, ctime=1777565760843, mtime=1777565774413, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=563) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2536): Exists(path='/test_between_servers/534', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2536): ZnodeStat(czxid=564, mzxid=1584, ctime=1777565760868, mtime=1777565774425, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=564) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=535): Exists(path='/test_between_servers/534', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=535): ZnodeStat(czxid=564, mzxid=1584, ctime=1777565760868, mtime=1777565774425, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=564) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=535): Exists(path='/test_between_servers/534', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=535): ZnodeStat(czxid=564, mzxid=1584, ctime=1777565760868, mtime=1777565774425, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=564) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2537): Exists(path='/test_between_servers/535', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2537): ZnodeStat(czxid=565, mzxid=1585, ctime=1777565760886, mtime=1777565774436, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=565) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=536): Exists(path='/test_between_servers/535', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=536): ZnodeStat(czxid=565, mzxid=1585, ctime=1777565760886, mtime=1777565774436, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=565) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=536): Exists(path='/test_between_servers/535', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=536): ZnodeStat(czxid=565, mzxid=1585, ctime=1777565760886, mtime=1777565774436, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=565) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2538): Exists(path='/test_between_servers/536', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2538): ZnodeStat(czxid=566, mzxid=1586, ctime=1777565760907, mtime=1777565774445, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=566) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=537): Exists(path='/test_between_servers/536', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=537): ZnodeStat(czxid=566, mzxid=1586, ctime=1777565760907, mtime=1777565774445, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=566) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=537): Exists(path='/test_between_servers/536', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=537): ZnodeStat(czxid=566, mzxid=1586, ctime=1777565760907, mtime=1777565774445, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=566) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2539): Exists(path='/test_between_servers/537', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2539): ZnodeStat(czxid=567, mzxid=1587, ctime=1777565760946, mtime=1777565774457, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=567) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=538): Exists(path='/test_between_servers/537', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=538): ZnodeStat(czxid=567, mzxid=1587, ctime=1777565760946, mtime=1777565774457, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=567) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=538): Exists(path='/test_between_servers/537', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=538): ZnodeStat(czxid=567, mzxid=1587, ctime=1777565760946, mtime=1777565774457, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=567) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2540): Exists(path='/test_between_servers/538', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2540): ZnodeStat(czxid=568, mzxid=1588, ctime=1777565760965, mtime=1777565774468, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=568) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=539): Exists(path='/test_between_servers/538', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=539): ZnodeStat(czxid=568, mzxid=1588, ctime=1777565760965, mtime=1777565774468, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=568) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=539): Exists(path='/test_between_servers/538', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=539): ZnodeStat(czxid=568, mzxid=1588, ctime=1777565760965, mtime=1777565774468, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=568) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2541): Exists(path='/test_between_servers/539', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2541): ZnodeStat(czxid=569, mzxid=1589, ctime=1777565760991, mtime=1777565774479, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=569) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=540): Exists(path='/test_between_servers/539', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=540): ZnodeStat(czxid=569, mzxid=1589, ctime=1777565760991, mtime=1777565774479, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=569) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=540): Exists(path='/test_between_servers/539', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=540): ZnodeStat(czxid=569, mzxid=1589, ctime=1777565760991, mtime=1777565774479, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=569) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2542): Exists(path='/test_between_servers/540', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2542): ZnodeStat(czxid=570, mzxid=1590, ctime=1777565761024, mtime=1777565774490, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=570) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=541): Exists(path='/test_between_servers/540', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=541): ZnodeStat(czxid=570, mzxid=1590, ctime=1777565761024, mtime=1777565774490, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=570) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=541): Exists(path='/test_between_servers/540', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=541): ZnodeStat(czxid=570, mzxid=1590, ctime=1777565761024, mtime=1777565774490, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=570) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2543): Exists(path='/test_between_servers/541', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2543): ZnodeStat(czxid=571, mzxid=1591, ctime=1777565761045, mtime=1777565774500, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=571) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=542): Exists(path='/test_between_servers/541', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=542): ZnodeStat(czxid=571, mzxid=1591, ctime=1777565761045, mtime=1777565774500, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=571) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=542): Exists(path='/test_between_servers/541', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=542): ZnodeStat(czxid=571, mzxid=1591, ctime=1777565761045, mtime=1777565774500, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=571) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2544): Exists(path='/test_between_servers/542', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2544): ZnodeStat(czxid=572, mzxid=1592, ctime=1777565761060, mtime=1777565774519, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=572) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=543): Exists(path='/test_between_servers/542', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=543): ZnodeStat(czxid=572, mzxid=1592, ctime=1777565761060, mtime=1777565774519, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=572) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=543): Exists(path='/test_between_servers/542', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=543): ZnodeStat(czxid=572, mzxid=1592, ctime=1777565761060, mtime=1777565774519, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=572) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2545): Exists(path='/test_between_servers/543', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2545): ZnodeStat(czxid=573, mzxid=1593, ctime=1777565761076, mtime=1777565774536, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=573) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=544): Exists(path='/test_between_servers/543', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=544): ZnodeStat(czxid=573, mzxid=1593, ctime=1777565761076, mtime=1777565774536, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=573) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=544): Exists(path='/test_between_servers/543', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=544): ZnodeStat(czxid=573, mzxid=1593, ctime=1777565761076, mtime=1777565774536, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=573) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2546): Exists(path='/test_between_servers/544', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2546): ZnodeStat(czxid=574, mzxid=1594, ctime=1777565761088, mtime=1777565774548, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=574) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=545): Exists(path='/test_between_servers/544', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=545): ZnodeStat(czxid=574, mzxid=1594, ctime=1777565761088, mtime=1777565774548, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=574) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=545): Exists(path='/test_between_servers/544', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=545): ZnodeStat(czxid=574, mzxid=1594, ctime=1777565761088, mtime=1777565774548, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=574) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2547): Exists(path='/test_between_servers/545', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2547): ZnodeStat(czxid=575, mzxid=1596, ctime=1777565761102, mtime=1777565774566, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=575) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=546): Exists(path='/test_between_servers/545', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=546): ZnodeStat(czxid=575, mzxid=1596, ctime=1777565761102, mtime=1777565774566, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=575) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=546): Exists(path='/test_between_servers/545', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=546): ZnodeStat(czxid=575, mzxid=1596, ctime=1777565761102, mtime=1777565774566, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=575) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2548): Exists(path='/test_between_servers/546', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2548): ZnodeStat(czxid=576, mzxid=1597, ctime=1777565761115, mtime=1777565774583, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=576) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=547): Exists(path='/test_between_servers/546', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=547): ZnodeStat(czxid=576, mzxid=1597, ctime=1777565761115, mtime=1777565774583, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=576) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=547): Exists(path='/test_between_servers/546', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=547): ZnodeStat(czxid=576, mzxid=1597, ctime=1777565761115, mtime=1777565774583, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=576) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2549): Exists(path='/test_between_servers/547', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2549): ZnodeStat(czxid=577, mzxid=1598, ctime=1777565761126, mtime=1777565774594, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=577) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=548): Exists(path='/test_between_servers/547', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=548): ZnodeStat(czxid=577, mzxid=1598, ctime=1777565761126, mtime=1777565774594, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=577) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=548): Exists(path='/test_between_servers/547', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=548): ZnodeStat(czxid=577, mzxid=1598, ctime=1777565761126, mtime=1777565774594, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=577) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2550): Exists(path='/test_between_servers/548', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2550): ZnodeStat(czxid=578, mzxid=1599, ctime=1777565761138, mtime=1777565774609, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=578) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=549): Exists(path='/test_between_servers/548', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=549): ZnodeStat(czxid=578, mzxid=1599, ctime=1777565761138, mtime=1777565774609, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=578) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=549): Exists(path='/test_between_servers/548', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=549): ZnodeStat(czxid=578, mzxid=1599, ctime=1777565761138, mtime=1777565774609, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=578) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2551): Exists(path='/test_between_servers/549', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2551): ZnodeStat(czxid=579, mzxid=1600, ctime=1777565761154, mtime=1777565774618, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=579) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=550): Exists(path='/test_between_servers/549', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=550): ZnodeStat(czxid=579, mzxid=1600, ctime=1777565761154, mtime=1777565774618, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=579) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=550): Exists(path='/test_between_servers/549', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=550): ZnodeStat(czxid=579, mzxid=1600, ctime=1777565761154, mtime=1777565774618, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=579) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2552): Exists(path='/test_between_servers/550', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2552): ZnodeStat(czxid=580, mzxid=1602, ctime=1777565761181, mtime=1777565774628, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=580) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=551): Exists(path='/test_between_servers/550', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=551): ZnodeStat(czxid=580, mzxid=1602, ctime=1777565761181, mtime=1777565774628, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=580) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=551): Exists(path='/test_between_servers/550', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=551): ZnodeStat(czxid=580, mzxid=1602, ctime=1777565761181, mtime=1777565774628, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=580) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2553): Exists(path='/test_between_servers/551', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2553): ZnodeStat(czxid=581, mzxid=1603, ctime=1777565761208, mtime=1777565774643, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=581) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=552): Exists(path='/test_between_servers/551', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=552): ZnodeStat(czxid=581, mzxid=1603, ctime=1777565761208, mtime=1777565774643, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=581) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=552): Exists(path='/test_between_servers/551', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=552): ZnodeStat(czxid=581, mzxid=1603, ctime=1777565761208, mtime=1777565774643, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=581) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2554): Exists(path='/test_between_servers/552', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2554): ZnodeStat(czxid=582, mzxid=1604, ctime=1777565761229, mtime=1777565774653, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=582) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=553): Exists(path='/test_between_servers/552', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=553): ZnodeStat(czxid=582, mzxid=1604, ctime=1777565761229, mtime=1777565774653, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=582) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=553): Exists(path='/test_between_servers/552', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=553): ZnodeStat(czxid=582, mzxid=1604, ctime=1777565761229, mtime=1777565774653, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=582) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2555): Exists(path='/test_between_servers/553', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2555): ZnodeStat(czxid=583, mzxid=1605, ctime=1777565761243, mtime=1777565774662, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=583) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=554): Exists(path='/test_between_servers/553', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=554): ZnodeStat(czxid=583, mzxid=1605, ctime=1777565761243, mtime=1777565774662, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=583) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=554): Exists(path='/test_between_servers/553', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=554): ZnodeStat(czxid=583, mzxid=1605, ctime=1777565761243, mtime=1777565774662, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=583) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2556): Exists(path='/test_between_servers/554', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2556): ZnodeStat(czxid=584, mzxid=1606, ctime=1777565761266, mtime=1777565774673, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=584) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=555): Exists(path='/test_between_servers/554', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=555): ZnodeStat(czxid=584, mzxid=1606, ctime=1777565761266, mtime=1777565774673, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=584) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=555): Exists(path='/test_between_servers/554', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=555): ZnodeStat(czxid=584, mzxid=1606, ctime=1777565761266, mtime=1777565774673, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=584) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2557): Exists(path='/test_between_servers/555', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2557): ZnodeStat(czxid=585, mzxid=1607, ctime=1777565761295, mtime=1777565774688, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=585) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=556): Exists(path='/test_between_servers/555', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=556): ZnodeStat(czxid=585, mzxid=1607, ctime=1777565761295, mtime=1777565774688, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=585) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=556): Exists(path='/test_between_servers/555', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=556): ZnodeStat(czxid=585, mzxid=1607, ctime=1777565761295, mtime=1777565774688, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=585) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2558): Exists(path='/test_between_servers/556', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2558): ZnodeStat(czxid=586, mzxid=1608, ctime=1777565761313, mtime=1777565774701, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=586) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=557): Exists(path='/test_between_servers/556', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=557): ZnodeStat(czxid=586, mzxid=1608, ctime=1777565761313, mtime=1777565774701, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=586) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=557): Exists(path='/test_between_servers/556', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=557): ZnodeStat(czxid=586, mzxid=1608, ctime=1777565761313, mtime=1777565774701, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=586) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2559): Exists(path='/test_between_servers/557', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2559): ZnodeStat(czxid=587, mzxid=1609, ctime=1777565761325, mtime=1777565774713, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=587) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=558): Exists(path='/test_between_servers/557', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=558): ZnodeStat(czxid=587, mzxid=1609, ctime=1777565761325, mtime=1777565774713, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=587) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=558): Exists(path='/test_between_servers/557', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=558): ZnodeStat(czxid=587, mzxid=1609, ctime=1777565761325, mtime=1777565774713, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=587) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2560): Exists(path='/test_between_servers/558', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2560): ZnodeStat(czxid=588, mzxid=1610, ctime=1777565761344, mtime=1777565774723, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=588) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=559): Exists(path='/test_between_servers/558', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=559): ZnodeStat(czxid=588, mzxid=1610, ctime=1777565761344, mtime=1777565774723, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=588) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=559): Exists(path='/test_between_servers/558', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=559): ZnodeStat(czxid=588, mzxid=1610, ctime=1777565761344, mtime=1777565774723, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=588) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2561): Exists(path='/test_between_servers/559', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2561): ZnodeStat(czxid=589, mzxid=1611, ctime=1777565761363, mtime=1777565774734, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=589) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=560): Exists(path='/test_between_servers/559', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=560): ZnodeStat(czxid=589, mzxid=1611, ctime=1777565761363, mtime=1777565774734, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=589) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=560): Exists(path='/test_between_servers/559', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=560): ZnodeStat(czxid=589, mzxid=1611, ctime=1777565761363, mtime=1777565774734, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=589) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2562): Exists(path='/test_between_servers/560', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2562): ZnodeStat(czxid=590, mzxid=1612, ctime=1777565761379, mtime=1777565774744, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=590) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=561): Exists(path='/test_between_servers/560', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=561): ZnodeStat(czxid=590, mzxid=1612, ctime=1777565761379, mtime=1777565774744, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=590) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=561): Exists(path='/test_between_servers/560', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=561): ZnodeStat(czxid=590, mzxid=1612, ctime=1777565761379, mtime=1777565774744, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=590) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2563): Exists(path='/test_between_servers/561', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2563): ZnodeStat(czxid=591, mzxid=1613, ctime=1777565761406, mtime=1777565774756, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=591) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=562): Exists(path='/test_between_servers/561', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=562): ZnodeStat(czxid=591, mzxid=1613, ctime=1777565761406, mtime=1777565774756, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=591) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=562): Exists(path='/test_between_servers/561', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=562): ZnodeStat(czxid=591, mzxid=1613, ctime=1777565761406, mtime=1777565774756, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=591) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2564): Exists(path='/test_between_servers/562', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2564): ZnodeStat(czxid=592, mzxid=1614, ctime=1777565761418, mtime=1777565774769, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=592) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=563): Exists(path='/test_between_servers/562', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=563): ZnodeStat(czxid=592, mzxid=1614, ctime=1777565761418, mtime=1777565774769, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=592) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=563): Exists(path='/test_between_servers/562', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=563): ZnodeStat(czxid=592, mzxid=1614, ctime=1777565761418, mtime=1777565774769, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=592) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2565): Exists(path='/test_between_servers/563', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2565): ZnodeStat(czxid=593, mzxid=1615, ctime=1777565761440, mtime=1777565774780, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=593) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=564): Exists(path='/test_between_servers/563', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=564): ZnodeStat(czxid=593, mzxid=1615, ctime=1777565761440, mtime=1777565774780, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=593) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=564): Exists(path='/test_between_servers/563', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=564): ZnodeStat(czxid=593, mzxid=1615, ctime=1777565761440, mtime=1777565774780, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=593) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2566): Exists(path='/test_between_servers/564', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2566): ZnodeStat(czxid=594, mzxid=1616, ctime=1777565761462, mtime=1777565774789, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=594) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=565): Exists(path='/test_between_servers/564', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=565): ZnodeStat(czxid=594, mzxid=1616, ctime=1777565761462, mtime=1777565774789, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=594) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=565): Exists(path='/test_between_servers/564', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=565): ZnodeStat(czxid=594, mzxid=1616, ctime=1777565761462, mtime=1777565774789, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=594) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2567): Exists(path='/test_between_servers/565', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2567): ZnodeStat(czxid=595, mzxid=1617, ctime=1777565761480, mtime=1777565774799, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=595) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=566): Exists(path='/test_between_servers/565', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=566): ZnodeStat(czxid=595, mzxid=1617, ctime=1777565761480, mtime=1777565774799, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=595) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=566): Exists(path='/test_between_servers/565', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=566): ZnodeStat(czxid=595, mzxid=1617, ctime=1777565761480, mtime=1777565774799, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=595) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2568): Exists(path='/test_between_servers/566', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2568): ZnodeStat(czxid=596, mzxid=1618, ctime=1777565761499, mtime=1777565774809, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=596) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=567): Exists(path='/test_between_servers/566', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=567): ZnodeStat(czxid=596, mzxid=1618, ctime=1777565761499, mtime=1777565774809, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=596) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=567): Exists(path='/test_between_servers/566', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=567): ZnodeStat(czxid=596, mzxid=1618, ctime=1777565761499, mtime=1777565774809, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=596) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2569): Exists(path='/test_between_servers/567', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2569): ZnodeStat(czxid=597, mzxid=1619, ctime=1777565761521, mtime=1777565774818, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=597) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=568): Exists(path='/test_between_servers/567', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=568): ZnodeStat(czxid=597, mzxid=1619, ctime=1777565761521, mtime=1777565774818, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=597) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=568): Exists(path='/test_between_servers/567', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=568): ZnodeStat(czxid=597, mzxid=1619, ctime=1777565761521, mtime=1777565774818, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=597) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2570): Exists(path='/test_between_servers/568', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2570): ZnodeStat(czxid=598, mzxid=1620, ctime=1777565761536, mtime=1777565774829, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=598) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=569): Exists(path='/test_between_servers/568', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=569): ZnodeStat(czxid=598, mzxid=1620, ctime=1777565761536, mtime=1777565774829, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=598) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=569): Exists(path='/test_between_servers/568', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=569): ZnodeStat(czxid=598, mzxid=1620, ctime=1777565761536, mtime=1777565774829, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=598) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2571): Exists(path='/test_between_servers/569', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2571): ZnodeStat(czxid=599, mzxid=1621, ctime=1777565761554, mtime=1777565774841, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=599) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=570): Exists(path='/test_between_servers/569', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=570): ZnodeStat(czxid=599, mzxid=1621, ctime=1777565761554, mtime=1777565774841, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=599) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=570): Exists(path='/test_between_servers/569', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=570): ZnodeStat(czxid=599, mzxid=1621, ctime=1777565761554, mtime=1777565774841, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=599) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2572): Exists(path='/test_between_servers/570', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2572): ZnodeStat(czxid=600, mzxid=1622, ctime=1777565761599, mtime=1777565774854, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=600) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=571): Exists(path='/test_between_servers/570', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=571): ZnodeStat(czxid=600, mzxid=1622, ctime=1777565761599, mtime=1777565774854, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=600) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=571): Exists(path='/test_between_servers/570', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=571): ZnodeStat(czxid=600, mzxid=1622, ctime=1777565761599, mtime=1777565774854, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=600) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2573): Exists(path='/test_between_servers/571', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2573): ZnodeStat(czxid=601, mzxid=1623, ctime=1777565761614, mtime=1777565774866, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=601) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=572): Exists(path='/test_between_servers/571', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=572): ZnodeStat(czxid=601, mzxid=1623, ctime=1777565761614, mtime=1777565774866, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=601) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=572): Exists(path='/test_between_servers/571', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=572): ZnodeStat(czxid=601, mzxid=1623, ctime=1777565761614, mtime=1777565774866, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=601) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2574): Exists(path='/test_between_servers/572', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2574): ZnodeStat(czxid=602, mzxid=1624, ctime=1777565761644, mtime=1777565774877, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=602) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=573): Exists(path='/test_between_servers/572', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=573): ZnodeStat(czxid=602, mzxid=1624, ctime=1777565761644, mtime=1777565774877, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=602) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=573): Exists(path='/test_between_servers/572', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=573): ZnodeStat(czxid=602, mzxid=1624, ctime=1777565761644, mtime=1777565774877, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=602) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2575): Exists(path='/test_between_servers/573', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2575): ZnodeStat(czxid=603, mzxid=1625, ctime=1777565761661, mtime=1777565774888, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=603) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=574): Exists(path='/test_between_servers/573', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=574): ZnodeStat(czxid=603, mzxid=1625, ctime=1777565761661, mtime=1777565774888, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=603) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=574): Exists(path='/test_between_servers/573', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=574): ZnodeStat(czxid=603, mzxid=1625, ctime=1777565761661, mtime=1777565774888, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=603) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2576): Exists(path='/test_between_servers/574', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2576): ZnodeStat(czxid=604, mzxid=1626, ctime=1777565761670, mtime=1777565774900, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=604) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=575): Exists(path='/test_between_servers/574', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=575): ZnodeStat(czxid=604, mzxid=1626, ctime=1777565761670, mtime=1777565774900, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=604) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=575): Exists(path='/test_between_servers/574', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=575): ZnodeStat(czxid=604, mzxid=1626, ctime=1777565761670, mtime=1777565774900, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=604) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2577): Exists(path='/test_between_servers/575', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2577): ZnodeStat(czxid=605, mzxid=1627, ctime=1777565761686, mtime=1777565774912, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=605) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=576): Exists(path='/test_between_servers/575', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=576): ZnodeStat(czxid=605, mzxid=1627, ctime=1777565761686, mtime=1777565774912, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=605) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=576): Exists(path='/test_between_servers/575', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=576): ZnodeStat(czxid=605, mzxid=1627, ctime=1777565761686, mtime=1777565774912, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=605) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2578): Exists(path='/test_between_servers/576', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2578): ZnodeStat(czxid=606, mzxid=1628, ctime=1777565761696, mtime=1777565774926, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=606) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=577): Exists(path='/test_between_servers/576', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=577): ZnodeStat(czxid=606, mzxid=1628, ctime=1777565761696, mtime=1777565774926, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=606) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=577): Exists(path='/test_between_servers/576', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=577): ZnodeStat(czxid=606, mzxid=1628, ctime=1777565761696, mtime=1777565774926, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=606) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2579): Exists(path='/test_between_servers/577', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2579): ZnodeStat(czxid=607, mzxid=1629, ctime=1777565761708, mtime=1777565774938, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=607) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=578): Exists(path='/test_between_servers/577', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=578): ZnodeStat(czxid=607, mzxid=1629, ctime=1777565761708, mtime=1777565774938, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=607) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=578): Exists(path='/test_between_servers/577', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=578): ZnodeStat(czxid=607, mzxid=1629, ctime=1777565761708, mtime=1777565774938, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=607) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2580): Exists(path='/test_between_servers/578', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2580): ZnodeStat(czxid=608, mzxid=1630, ctime=1777565761721, mtime=1777565774950, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=608) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=579): Exists(path='/test_between_servers/578', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=579): ZnodeStat(czxid=608, mzxid=1630, ctime=1777565761721, mtime=1777565774950, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=608) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=579): Exists(path='/test_between_servers/578', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=579): ZnodeStat(czxid=608, mzxid=1630, ctime=1777565761721, mtime=1777565774950, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=608) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2581): Exists(path='/test_between_servers/579', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2581): ZnodeStat(czxid=609, mzxid=1631, ctime=1777565761731, mtime=1777565774962, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=609) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=580): Exists(path='/test_between_servers/579', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=580): ZnodeStat(czxid=609, mzxid=1631, ctime=1777565761731, mtime=1777565774962, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=609) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=580): Exists(path='/test_between_servers/579', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=580): ZnodeStat(czxid=609, mzxid=1631, ctime=1777565761731, mtime=1777565774962, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=609) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2582): Exists(path='/test_between_servers/580', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2582): ZnodeStat(czxid=610, mzxid=1632, ctime=1777565761741, mtime=1777565774976, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=610) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=581): Exists(path='/test_between_servers/580', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=581): ZnodeStat(czxid=610, mzxid=1632, ctime=1777565761741, mtime=1777565774976, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=610) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=581): Exists(path='/test_between_servers/580', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=581): ZnodeStat(czxid=610, mzxid=1632, ctime=1777565761741, mtime=1777565774976, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=610) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2583): Exists(path='/test_between_servers/581', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2583): ZnodeStat(czxid=611, mzxid=1633, ctime=1777565761756, mtime=1777565774987, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=611) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=582): Exists(path='/test_between_servers/581', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=582): ZnodeStat(czxid=611, mzxid=1633, ctime=1777565761756, mtime=1777565774987, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=611) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=582): Exists(path='/test_between_servers/581', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=582): ZnodeStat(czxid=611, mzxid=1633, ctime=1777565761756, mtime=1777565774987, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=611) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2584): Exists(path='/test_between_servers/582', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2584): ZnodeStat(czxid=612, mzxid=1634, ctime=1777565761777, mtime=1777565775002, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=612) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=583): Exists(path='/test_between_servers/582', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=583): ZnodeStat(czxid=612, mzxid=1634, ctime=1777565761777, mtime=1777565775002, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=612) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=583): Exists(path='/test_between_servers/582', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=583): ZnodeStat(czxid=612, mzxid=1634, ctime=1777565761777, mtime=1777565775002, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=612) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2585): Exists(path='/test_between_servers/583', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2585): ZnodeStat(czxid=613, mzxid=1635, ctime=1777565761789, mtime=1777565775020, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=613) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=584): Exists(path='/test_between_servers/583', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=584): ZnodeStat(czxid=613, mzxid=1635, ctime=1777565761789, mtime=1777565775020, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=613) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=584): Exists(path='/test_between_servers/583', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=584): ZnodeStat(czxid=613, mzxid=1635, ctime=1777565761789, mtime=1777565775020, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=613) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2586): Exists(path='/test_between_servers/584', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2586): ZnodeStat(czxid=614, mzxid=1636, ctime=1777565761800, mtime=1777565775032, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=614) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=585): Exists(path='/test_between_servers/584', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=585): ZnodeStat(czxid=614, mzxid=1636, ctime=1777565761800, mtime=1777565775032, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=614) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=585): Exists(path='/test_between_servers/584', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=585): ZnodeStat(czxid=614, mzxid=1636, ctime=1777565761800, mtime=1777565775032, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=614) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2587): Exists(path='/test_between_servers/585', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2587): ZnodeStat(czxid=615, mzxid=1637, ctime=1777565761809, mtime=1777565775044, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=615) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=586): Exists(path='/test_between_servers/585', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=586): ZnodeStat(czxid=615, mzxid=1637, ctime=1777565761809, mtime=1777565775044, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=615) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=586): Exists(path='/test_between_servers/585', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=586): ZnodeStat(czxid=615, mzxid=1637, ctime=1777565761809, mtime=1777565775044, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=615) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2588): Exists(path='/test_between_servers/586', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2588): ZnodeStat(czxid=616, mzxid=1638, ctime=1777565761823, mtime=1777565775057, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=616) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=587): Exists(path='/test_between_servers/586', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=587): ZnodeStat(czxid=616, mzxid=1638, ctime=1777565761823, mtime=1777565775057, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=616) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=587): Exists(path='/test_between_servers/586', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=587): ZnodeStat(czxid=616, mzxid=1638, ctime=1777565761823, mtime=1777565775057, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=616) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2589): Exists(path='/test_between_servers/587', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2589): ZnodeStat(czxid=617, mzxid=1639, ctime=1777565761833, mtime=1777565775067, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=617) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=588): Exists(path='/test_between_servers/587', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=588): ZnodeStat(czxid=617, mzxid=1639, ctime=1777565761833, mtime=1777565775067, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=617) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=588): Exists(path='/test_between_servers/587', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=588): ZnodeStat(czxid=617, mzxid=1639, ctime=1777565761833, mtime=1777565775067, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=617) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2590): Exists(path='/test_between_servers/588', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2590): ZnodeStat(czxid=618, mzxid=1640, ctime=1777565761849, mtime=1777565775078, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=618) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=589): Exists(path='/test_between_servers/588', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=589): ZnodeStat(czxid=618, mzxid=1640, ctime=1777565761849, mtime=1777565775078, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=618) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=589): Exists(path='/test_between_servers/588', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=589): ZnodeStat(czxid=618, mzxid=1640, ctime=1777565761849, mtime=1777565775078, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=618) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2591): Exists(path='/test_between_servers/589', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2591): ZnodeStat(czxid=619, mzxid=1641, ctime=1777565761862, mtime=1777565775090, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=619) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=590): Exists(path='/test_between_servers/589', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=590): ZnodeStat(czxid=619, mzxid=1641, ctime=1777565761862, mtime=1777565775090, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=619) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=590): Exists(path='/test_between_servers/589', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=590): ZnodeStat(czxid=619, mzxid=1641, ctime=1777565761862, mtime=1777565775090, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=619) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2592): Exists(path='/test_between_servers/590', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2592): ZnodeStat(czxid=620, mzxid=1642, ctime=1777565761873, mtime=1777565775104, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=620) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=591): Exists(path='/test_between_servers/590', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=591): ZnodeStat(czxid=620, mzxid=1642, ctime=1777565761873, mtime=1777565775104, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=620) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=591): Exists(path='/test_between_servers/590', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=591): ZnodeStat(czxid=620, mzxid=1642, ctime=1777565761873, mtime=1777565775104, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=620) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2593): Exists(path='/test_between_servers/591', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2593): ZnodeStat(czxid=621, mzxid=1643, ctime=1777565761900, mtime=1777565775120, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=621) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=592): Exists(path='/test_between_servers/591', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=592): ZnodeStat(czxid=621, mzxid=1643, ctime=1777565761900, mtime=1777565775120, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=621) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=592): Exists(path='/test_between_servers/591', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=592): ZnodeStat(czxid=621, mzxid=1643, ctime=1777565761900, mtime=1777565775120, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=621) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2594): Exists(path='/test_between_servers/592', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2594): ZnodeStat(czxid=622, mzxid=1644, ctime=1777565761921, mtime=1777565775133, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=622) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=593): Exists(path='/test_between_servers/592', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=593): ZnodeStat(czxid=622, mzxid=1644, ctime=1777565761921, mtime=1777565775133, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=622) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=593): Exists(path='/test_between_servers/592', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=593): ZnodeStat(czxid=622, mzxid=1644, ctime=1777565761921, mtime=1777565775133, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=622) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2595): Exists(path='/test_between_servers/593', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2595): ZnodeStat(czxid=623, mzxid=1645, ctime=1777565761939, mtime=1777565775147, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=623) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=594): Exists(path='/test_between_servers/593', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=594): ZnodeStat(czxid=623, mzxid=1645, ctime=1777565761939, mtime=1777565775147, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=623) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=594): Exists(path='/test_between_servers/593', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=594): ZnodeStat(czxid=623, mzxid=1645, ctime=1777565761939, mtime=1777565775147, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=623) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2596): Exists(path='/test_between_servers/594', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2596): ZnodeStat(czxid=624, mzxid=1646, ctime=1777565761948, mtime=1777565775162, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=624) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=595): Exists(path='/test_between_servers/594', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=595): ZnodeStat(czxid=624, mzxid=1646, ctime=1777565761948, mtime=1777565775162, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=624) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=595): Exists(path='/test_between_servers/594', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=595): ZnodeStat(czxid=624, mzxid=1646, ctime=1777565761948, mtime=1777565775162, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=624) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2597): Exists(path='/test_between_servers/595', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2597): ZnodeStat(czxid=625, mzxid=1647, ctime=1777565761959, mtime=1777565775181, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=625) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=596): Exists(path='/test_between_servers/595', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=596): ZnodeStat(czxid=625, mzxid=1647, ctime=1777565761959, mtime=1777565775181, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=625) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=596): Exists(path='/test_between_servers/595', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=596): ZnodeStat(czxid=625, mzxid=1647, ctime=1777565761959, mtime=1777565775181, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=625) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2598): Exists(path='/test_between_servers/596', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2598): ZnodeStat(czxid=626, mzxid=1648, ctime=1777565761970, mtime=1777565775194, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=626) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=597): Exists(path='/test_between_servers/596', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=597): ZnodeStat(czxid=626, mzxid=1648, ctime=1777565761970, mtime=1777565775194, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=626) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=597): Exists(path='/test_between_servers/596', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=597): ZnodeStat(czxid=626, mzxid=1648, ctime=1777565761970, mtime=1777565775194, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=626) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2599): Exists(path='/test_between_servers/597', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2599): ZnodeStat(czxid=627, mzxid=1649, ctime=1777565761981, mtime=1777565775207, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=627) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=598): Exists(path='/test_between_servers/597', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=598): ZnodeStat(czxid=627, mzxid=1649, ctime=1777565761981, mtime=1777565775207, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=627) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=598): Exists(path='/test_between_servers/597', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=598): ZnodeStat(czxid=627, mzxid=1649, ctime=1777565761981, mtime=1777565775207, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=627) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2600): Exists(path='/test_between_servers/598', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2600): ZnodeStat(czxid=628, mzxid=1650, ctime=1777565761991, mtime=1777565775219, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=628) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=599): Exists(path='/test_between_servers/598', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=599): ZnodeStat(czxid=628, mzxid=1650, ctime=1777565761991, mtime=1777565775219, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=628) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=599): Exists(path='/test_between_servers/598', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=599): ZnodeStat(czxid=628, mzxid=1650, ctime=1777565761991, mtime=1777565775219, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=628) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2601): Exists(path='/test_between_servers/599', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2601): ZnodeStat(czxid=629, mzxid=1651, ctime=1777565762002, mtime=1777565775227, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=629) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=600): Exists(path='/test_between_servers/599', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=600): ZnodeStat(czxid=629, mzxid=1651, ctime=1777565762002, mtime=1777565775227, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=629) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=600): Exists(path='/test_between_servers/599', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=600): ZnodeStat(czxid=629, mzxid=1651, ctime=1777565762002, mtime=1777565775227, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=629) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2602): Exists(path='/test_between_servers/600', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2602): ZnodeStat(czxid=630, mzxid=1652, ctime=1777565762019, mtime=1777565775247, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=630) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=601): Exists(path='/test_between_servers/600', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=601): ZnodeStat(czxid=630, mzxid=1652, ctime=1777565762019, mtime=1777565775247, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=630) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=601): Exists(path='/test_between_servers/600', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=601): ZnodeStat(czxid=630, mzxid=1652, ctime=1777565762019, mtime=1777565775247, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=630) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2603): Exists(path='/test_between_servers/601', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2603): ZnodeStat(czxid=631, mzxid=1653, ctime=1777565762033, mtime=1777565775260, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=631) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=602): Exists(path='/test_between_servers/601', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=602): ZnodeStat(czxid=631, mzxid=1653, ctime=1777565762033, mtime=1777565775260, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=631) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=602): Exists(path='/test_between_servers/601', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=602): ZnodeStat(czxid=631, mzxid=1653, ctime=1777565762033, mtime=1777565775260, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=631) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2604): Exists(path='/test_between_servers/602', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2604): ZnodeStat(czxid=632, mzxid=1654, ctime=1777565762043, mtime=1777565775287, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=632) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=603): Exists(path='/test_between_servers/602', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=603): ZnodeStat(czxid=632, mzxid=1654, ctime=1777565762043, mtime=1777565775287, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=632) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=603): Exists(path='/test_between_servers/602', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=603): ZnodeStat(czxid=632, mzxid=1654, ctime=1777565762043, mtime=1777565775287, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=632) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2605): Exists(path='/test_between_servers/603', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2605): ZnodeStat(czxid=633, mzxid=1655, ctime=1777565762056, mtime=1777565775298, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=633) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=604): Exists(path='/test_between_servers/603', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=604): ZnodeStat(czxid=633, mzxid=1655, ctime=1777565762056, mtime=1777565775298, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=633) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=604): Exists(path='/test_between_servers/603', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=604): ZnodeStat(czxid=633, mzxid=1655, ctime=1777565762056, mtime=1777565775298, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=633) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2606): Exists(path='/test_between_servers/604', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2606): ZnodeStat(czxid=634, mzxid=1656, ctime=1777565762072, mtime=1777565775320, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=634) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=605): Exists(path='/test_between_servers/604', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=605): ZnodeStat(czxid=634, mzxid=1656, ctime=1777565762072, mtime=1777565775320, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=634) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=605): Exists(path='/test_between_servers/604', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=605): ZnodeStat(czxid=634, mzxid=1656, ctime=1777565762072, mtime=1777565775320, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=634) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2607): Exists(path='/test_between_servers/605', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2607): ZnodeStat(czxid=635, mzxid=1657, ctime=1777565762082, mtime=1777565775331, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=635) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=606): Exists(path='/test_between_servers/605', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=606): ZnodeStat(czxid=635, mzxid=1657, ctime=1777565762082, mtime=1777565775331, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=635) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=606): Exists(path='/test_between_servers/605', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=606): ZnodeStat(czxid=635, mzxid=1657, ctime=1777565762082, mtime=1777565775331, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=635) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2608): Exists(path='/test_between_servers/606', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2608): ZnodeStat(czxid=636, mzxid=1658, ctime=1777565762094, mtime=1777565775341, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=636) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=607): Exists(path='/test_between_servers/606', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=607): ZnodeStat(czxid=636, mzxid=1658, ctime=1777565762094, mtime=1777565775341, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=636) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=607): Exists(path='/test_between_servers/606', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=607): ZnodeStat(czxid=636, mzxid=1658, ctime=1777565762094, mtime=1777565775341, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=636) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2609): Exists(path='/test_between_servers/607', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2609): ZnodeStat(czxid=637, mzxid=1659, ctime=1777565762108, mtime=1777565775352, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=637) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=608): Exists(path='/test_between_servers/607', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=608): ZnodeStat(czxid=637, mzxid=1659, ctime=1777565762108, mtime=1777565775352, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=637) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=608): Exists(path='/test_between_servers/607', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=608): ZnodeStat(czxid=637, mzxid=1659, ctime=1777565762108, mtime=1777565775352, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=637) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2610): Exists(path='/test_between_servers/608', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2610): ZnodeStat(czxid=638, mzxid=1660, ctime=1777565762119, mtime=1777565775363, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=638) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=609): Exists(path='/test_between_servers/608', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=609): ZnodeStat(czxid=638, mzxid=1660, ctime=1777565762119, mtime=1777565775363, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=638) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=609): Exists(path='/test_between_servers/608', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=609): ZnodeStat(czxid=638, mzxid=1660, ctime=1777565762119, mtime=1777565775363, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=638) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2611): Exists(path='/test_between_servers/609', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2611): ZnodeStat(czxid=639, mzxid=1661, ctime=1777565762128, mtime=1777565775381, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=639) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=610): Exists(path='/test_between_servers/609', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=610): ZnodeStat(czxid=639, mzxid=1661, ctime=1777565762128, mtime=1777565775381, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=639) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=610): Exists(path='/test_between_servers/609', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=610): ZnodeStat(czxid=639, mzxid=1661, ctime=1777565762128, mtime=1777565775381, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=639) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2612): Exists(path='/test_between_servers/610', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2612): ZnodeStat(czxid=640, mzxid=1662, ctime=1777565762138, mtime=1777565775396, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=640) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=611): Exists(path='/test_between_servers/610', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=611): ZnodeStat(czxid=640, mzxid=1662, ctime=1777565762138, mtime=1777565775396, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=640) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=611): Exists(path='/test_between_servers/610', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=611): ZnodeStat(czxid=640, mzxid=1662, ctime=1777565762138, mtime=1777565775396, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=640) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2613): Exists(path='/test_between_servers/611', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2613): ZnodeStat(czxid=641, mzxid=1663, ctime=1777565762147, mtime=1777565775408, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=641) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=612): Exists(path='/test_between_servers/611', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=612): ZnodeStat(czxid=641, mzxid=1663, ctime=1777565762147, mtime=1777565775408, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=641) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=612): Exists(path='/test_between_servers/611', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=612): ZnodeStat(czxid=641, mzxid=1663, ctime=1777565762147, mtime=1777565775408, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=641) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2614): Exists(path='/test_between_servers/612', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2614): ZnodeStat(czxid=642, mzxid=1664, ctime=1777565762159, mtime=1777565775421, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=642) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=613): Exists(path='/test_between_servers/612', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=613): ZnodeStat(czxid=642, mzxid=1664, ctime=1777565762159, mtime=1777565775421, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=642) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=613): Exists(path='/test_between_servers/612', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=613): ZnodeStat(czxid=642, mzxid=1664, ctime=1777565762159, mtime=1777565775421, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=642) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2615): Exists(path='/test_between_servers/613', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2615): ZnodeStat(czxid=643, mzxid=1665, ctime=1777565762171, mtime=1777565775433, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=643) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=614): Exists(path='/test_between_servers/613', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=614): ZnodeStat(czxid=643, mzxid=1665, ctime=1777565762171, mtime=1777565775433, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=643) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=614): Exists(path='/test_between_servers/613', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=614): ZnodeStat(czxid=643, mzxid=1665, ctime=1777565762171, mtime=1777565775433, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=643) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2616): Exists(path='/test_between_servers/614', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2616): ZnodeStat(czxid=644, mzxid=1666, ctime=1777565762180, mtime=1777565775443, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=644) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=615): Exists(path='/test_between_servers/614', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=615): ZnodeStat(czxid=644, mzxid=1666, ctime=1777565762180, mtime=1777565775443, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=644) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=615): Exists(path='/test_between_servers/614', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=615): ZnodeStat(czxid=644, mzxid=1666, ctime=1777565762180, mtime=1777565775443, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=644) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2617): Exists(path='/test_between_servers/615', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2617): ZnodeStat(czxid=645, mzxid=1667, ctime=1777565762190, mtime=1777565775453, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=645) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=616): Exists(path='/test_between_servers/615', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=616): ZnodeStat(czxid=645, mzxid=1667, ctime=1777565762190, mtime=1777565775453, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=645) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=616): Exists(path='/test_between_servers/615', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=616): ZnodeStat(czxid=645, mzxid=1667, ctime=1777565762190, mtime=1777565775453, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=645) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2618): Exists(path='/test_between_servers/616', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2618): ZnodeStat(czxid=646, mzxid=1668, ctime=1777565762201, mtime=1777565775463, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=646) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=617): Exists(path='/test_between_servers/616', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=617): ZnodeStat(czxid=646, mzxid=1668, ctime=1777565762201, mtime=1777565775463, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=646) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=617): Exists(path='/test_between_servers/616', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=617): ZnodeStat(czxid=646, mzxid=1668, ctime=1777565762201, mtime=1777565775463, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=646) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2619): Exists(path='/test_between_servers/617', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2619): ZnodeStat(czxid=648, mzxid=1669, ctime=1777565762212, mtime=1777565775479, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=648) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=618): Exists(path='/test_between_servers/617', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=618): ZnodeStat(czxid=648, mzxid=1669, ctime=1777565762212, mtime=1777565775479, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=648) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=618): Exists(path='/test_between_servers/617', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=618): ZnodeStat(czxid=648, mzxid=1669, ctime=1777565762212, mtime=1777565775479, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=648) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2620): Exists(path='/test_between_servers/618', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2620): ZnodeStat(czxid=649, mzxid=1670, ctime=1777565762225, mtime=1777565775489, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=649) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=619): Exists(path='/test_between_servers/618', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=619): ZnodeStat(czxid=649, mzxid=1670, ctime=1777565762225, mtime=1777565775489, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=649) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=619): Exists(path='/test_between_servers/618', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=619): ZnodeStat(czxid=649, mzxid=1670, ctime=1777565762225, mtime=1777565775489, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=649) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2621): Exists(path='/test_between_servers/619', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2621): ZnodeStat(czxid=650, mzxid=1671, ctime=1777565762237, mtime=1777565775502, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=650) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=620): Exists(path='/test_between_servers/619', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=620): ZnodeStat(czxid=650, mzxid=1671, ctime=1777565762237, mtime=1777565775502, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=650) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=620): Exists(path='/test_between_servers/619', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=620): ZnodeStat(czxid=650, mzxid=1671, ctime=1777565762237, mtime=1777565775502, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=650) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2622): Exists(path='/test_between_servers/620', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2622): ZnodeStat(czxid=651, mzxid=1672, ctime=1777565762252, mtime=1777565775511, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=651) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=621): Exists(path='/test_between_servers/620', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=621): ZnodeStat(czxid=651, mzxid=1672, ctime=1777565762252, mtime=1777565775511, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=651) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=621): Exists(path='/test_between_servers/620', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=621): ZnodeStat(czxid=651, mzxid=1672, ctime=1777565762252, mtime=1777565775511, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=651) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2623): Exists(path='/test_between_servers/621', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2623): ZnodeStat(czxid=652, mzxid=1673, ctime=1777565762265, mtime=1777565775521, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=652) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=622): Exists(path='/test_between_servers/621', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=622): ZnodeStat(czxid=652, mzxid=1673, ctime=1777565762265, mtime=1777565775521, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=652) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=622): Exists(path='/test_between_servers/621', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=622): ZnodeStat(czxid=652, mzxid=1673, ctime=1777565762265, mtime=1777565775521, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=652) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2624): Exists(path='/test_between_servers/622', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2624): ZnodeStat(czxid=653, mzxid=1674, ctime=1777565762275, mtime=1777565775532, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=653) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=623): Exists(path='/test_between_servers/622', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=623): ZnodeStat(czxid=653, mzxid=1674, ctime=1777565762275, mtime=1777565775532, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=653) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=623): Exists(path='/test_between_servers/622', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=623): ZnodeStat(czxid=653, mzxid=1674, ctime=1777565762275, mtime=1777565775532, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=653) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2625): Exists(path='/test_between_servers/623', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2625): ZnodeStat(czxid=654, mzxid=1675, ctime=1777565762286, mtime=1777565775546, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=654) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=624): Exists(path='/test_between_servers/623', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=624): ZnodeStat(czxid=654, mzxid=1675, ctime=1777565762286, mtime=1777565775546, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=654) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=624): Exists(path='/test_between_servers/623', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=624): ZnodeStat(czxid=654, mzxid=1675, ctime=1777565762286, mtime=1777565775546, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=654) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2626): Exists(path='/test_between_servers/624', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2626): ZnodeStat(czxid=655, mzxid=1676, ctime=1777565762297, mtime=1777565775556, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=655) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=625): Exists(path='/test_between_servers/624', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=625): ZnodeStat(czxid=655, mzxid=1676, ctime=1777565762297, mtime=1777565775556, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=655) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=625): Exists(path='/test_between_servers/624', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=625): ZnodeStat(czxid=655, mzxid=1676, ctime=1777565762297, mtime=1777565775556, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=655) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2627): Exists(path='/test_between_servers/625', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2627): ZnodeStat(czxid=656, mzxid=1677, ctime=1777565762312, mtime=1777565775570, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=656) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=626): Exists(path='/test_between_servers/625', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=626): ZnodeStat(czxid=656, mzxid=1677, ctime=1777565762312, mtime=1777565775570, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=656) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=626): Exists(path='/test_between_servers/625', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=626): ZnodeStat(czxid=656, mzxid=1677, ctime=1777565762312, mtime=1777565775570, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=656) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2628): Exists(path='/test_between_servers/626', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2628): ZnodeStat(czxid=657, mzxid=1678, ctime=1777565762324, mtime=1777565775580, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=657) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=627): Exists(path='/test_between_servers/626', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=627): ZnodeStat(czxid=657, mzxid=1678, ctime=1777565762324, mtime=1777565775580, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=657) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=627): Exists(path='/test_between_servers/626', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=627): ZnodeStat(czxid=657, mzxid=1678, ctime=1777565762324, mtime=1777565775580, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=657) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2629): Exists(path='/test_between_servers/627', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2629): ZnodeStat(czxid=658, mzxid=1679, ctime=1777565762340, mtime=1777565775593, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=658) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=628): Exists(path='/test_between_servers/627', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=628): ZnodeStat(czxid=658, mzxid=1679, ctime=1777565762340, mtime=1777565775593, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=658) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=628): Exists(path='/test_between_servers/627', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=628): ZnodeStat(czxid=658, mzxid=1679, ctime=1777565762340, mtime=1777565775593, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=658) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=2630): Exists(path='/test_between_servers/628', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=2630): ZnodeStat(czxid=660, mzxid=1680, ctime=1777565762349, mtime=1777565775607, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=660) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=629): Exists(path='/test_between_servers/628', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:26 [ 383 ] DEBUG : Received response(xid=629): ZnodeStat(czxid=660, mzxid=1680, ctime=1777565762349, mtime=1777565775607, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=660) (connection.py:410, _read_response) 2026-04-30 16:16:26 [ 383 ] DEBUG : Sending request(xid=629): Exists(path='/test_between_servers/628', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=629): ZnodeStat(czxid=660, mzxid=1680, ctime=1777565762349, mtime=1777565775607, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=660) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2631): Exists(path='/test_between_servers/629', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2631): ZnodeStat(czxid=661, mzxid=1681, ctime=1777565762359, mtime=1777565775616, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=661) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=630): Exists(path='/test_between_servers/629', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=630): ZnodeStat(czxid=661, mzxid=1681, ctime=1777565762359, mtime=1777565775616, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=661) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=630): Exists(path='/test_between_servers/629', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=630): ZnodeStat(czxid=661, mzxid=1681, ctime=1777565762359, mtime=1777565775616, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=661) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2632): Exists(path='/test_between_servers/630', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2632): ZnodeStat(czxid=662, mzxid=1682, ctime=1777565762373, mtime=1777565775631, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=662) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=631): Exists(path='/test_between_servers/630', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=631): ZnodeStat(czxid=662, mzxid=1682, ctime=1777565762373, mtime=1777565775631, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=662) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=631): Exists(path='/test_between_servers/630', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=631): ZnodeStat(czxid=662, mzxid=1682, ctime=1777565762373, mtime=1777565775631, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=662) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2633): Exists(path='/test_between_servers/631', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2633): ZnodeStat(czxid=663, mzxid=1683, ctime=1777565762384, mtime=1777565775642, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=663) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=632): Exists(path='/test_between_servers/631', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=632): ZnodeStat(czxid=663, mzxid=1683, ctime=1777565762384, mtime=1777565775642, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=663) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=632): Exists(path='/test_between_servers/631', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=632): ZnodeStat(czxid=663, mzxid=1683, ctime=1777565762384, mtime=1777565775642, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=663) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2634): Exists(path='/test_between_servers/632', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2634): ZnodeStat(czxid=664, mzxid=1684, ctime=1777565762397, mtime=1777565775653, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=664) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=633): Exists(path='/test_between_servers/632', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=633): ZnodeStat(czxid=664, mzxid=1684, ctime=1777565762397, mtime=1777565775653, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=664) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=633): Exists(path='/test_between_servers/632', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=633): ZnodeStat(czxid=664, mzxid=1684, ctime=1777565762397, mtime=1777565775653, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=664) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2635): Exists(path='/test_between_servers/633', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2635): ZnodeStat(czxid=665, mzxid=1685, ctime=1777565762408, mtime=1777565775667, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=665) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=634): Exists(path='/test_between_servers/633', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=634): ZnodeStat(czxid=665, mzxid=1685, ctime=1777565762408, mtime=1777565775667, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=665) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=634): Exists(path='/test_between_servers/633', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=634): ZnodeStat(czxid=665, mzxid=1685, ctime=1777565762408, mtime=1777565775667, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=665) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2636): Exists(path='/test_between_servers/634', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2636): ZnodeStat(czxid=666, mzxid=1686, ctime=1777565762420, mtime=1777565775682, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=666) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=635): Exists(path='/test_between_servers/634', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=635): ZnodeStat(czxid=666, mzxid=1686, ctime=1777565762420, mtime=1777565775682, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=666) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=635): Exists(path='/test_between_servers/634', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=635): ZnodeStat(czxid=666, mzxid=1686, ctime=1777565762420, mtime=1777565775682, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=666) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2637): Exists(path='/test_between_servers/635', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2637): ZnodeStat(czxid=667, mzxid=1687, ctime=1777565762431, mtime=1777565775691, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=667) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=636): Exists(path='/test_between_servers/635', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=636): ZnodeStat(czxid=667, mzxid=1687, ctime=1777565762431, mtime=1777565775691, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=667) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=636): Exists(path='/test_between_servers/635', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=636): ZnodeStat(czxid=667, mzxid=1687, ctime=1777565762431, mtime=1777565775691, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=667) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2638): Exists(path='/test_between_servers/636', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2638): ZnodeStat(czxid=668, mzxid=1688, ctime=1777565762444, mtime=1777565775700, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=668) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=637): Exists(path='/test_between_servers/636', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=637): ZnodeStat(czxid=668, mzxid=1688, ctime=1777565762444, mtime=1777565775700, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=668) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=637): Exists(path='/test_between_servers/636', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=637): ZnodeStat(czxid=668, mzxid=1688, ctime=1777565762444, mtime=1777565775700, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=668) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2639): Exists(path='/test_between_servers/637', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2639): ZnodeStat(czxid=669, mzxid=1689, ctime=1777565762459, mtime=1777565775710, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=669) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=638): Exists(path='/test_between_servers/637', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=638): ZnodeStat(czxid=669, mzxid=1689, ctime=1777565762459, mtime=1777565775710, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=669) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=638): Exists(path='/test_between_servers/637', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=638): ZnodeStat(czxid=669, mzxid=1689, ctime=1777565762459, mtime=1777565775710, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=669) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2640): Exists(path='/test_between_servers/638', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2640): ZnodeStat(czxid=670, mzxid=1690, ctime=1777565762472, mtime=1777565775718, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=670) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=639): Exists(path='/test_between_servers/638', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=639): ZnodeStat(czxid=670, mzxid=1690, ctime=1777565762472, mtime=1777565775718, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=670) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=639): Exists(path='/test_between_servers/638', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=639): ZnodeStat(czxid=670, mzxid=1690, ctime=1777565762472, mtime=1777565775718, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=670) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2641): Exists(path='/test_between_servers/639', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2641): ZnodeStat(czxid=671, mzxid=1691, ctime=1777565762483, mtime=1777565775731, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=671) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=640): Exists(path='/test_between_servers/639', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=640): ZnodeStat(czxid=671, mzxid=1691, ctime=1777565762483, mtime=1777565775731, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=671) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=640): Exists(path='/test_between_servers/639', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=640): ZnodeStat(czxid=671, mzxid=1691, ctime=1777565762483, mtime=1777565775731, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=671) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2642): Exists(path='/test_between_servers/640', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2642): ZnodeStat(czxid=672, mzxid=1692, ctime=1777565762497, mtime=1777565775745, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=672) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=641): Exists(path='/test_between_servers/640', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=641): ZnodeStat(czxid=672, mzxid=1692, ctime=1777565762497, mtime=1777565775745, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=672) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=641): Exists(path='/test_between_servers/640', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=641): ZnodeStat(czxid=672, mzxid=1692, ctime=1777565762497, mtime=1777565775745, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=672) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2643): Exists(path='/test_between_servers/641', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2643): ZnodeStat(czxid=673, mzxid=1693, ctime=1777565762512, mtime=1777565775758, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=673) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=642): Exists(path='/test_between_servers/641', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=642): ZnodeStat(czxid=673, mzxid=1693, ctime=1777565762512, mtime=1777565775758, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=673) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=642): Exists(path='/test_between_servers/641', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=642): ZnodeStat(czxid=673, mzxid=1693, ctime=1777565762512, mtime=1777565775758, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=673) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2644): Exists(path='/test_between_servers/642', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2644): ZnodeStat(czxid=674, mzxid=1694, ctime=1777565762524, mtime=1777565775770, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=674) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=643): Exists(path='/test_between_servers/642', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=643): ZnodeStat(czxid=674, mzxid=1694, ctime=1777565762524, mtime=1777565775770, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=674) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=643): Exists(path='/test_between_servers/642', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=643): ZnodeStat(czxid=674, mzxid=1694, ctime=1777565762524, mtime=1777565775770, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=674) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2645): Exists(path='/test_between_servers/643', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2645): ZnodeStat(czxid=675, mzxid=1695, ctime=1777565762539, mtime=1777565775782, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=675) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=644): Exists(path='/test_between_servers/643', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=644): ZnodeStat(czxid=675, mzxid=1695, ctime=1777565762539, mtime=1777565775782, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=675) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=644): Exists(path='/test_between_servers/643', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=644): ZnodeStat(czxid=675, mzxid=1695, ctime=1777565762539, mtime=1777565775782, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=675) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2646): Exists(path='/test_between_servers/644', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2646): ZnodeStat(czxid=676, mzxid=1696, ctime=1777565762553, mtime=1777565775801, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=676) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=645): Exists(path='/test_between_servers/644', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=645): ZnodeStat(czxid=676, mzxid=1696, ctime=1777565762553, mtime=1777565775801, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=676) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=645): Exists(path='/test_between_servers/644', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=645): ZnodeStat(czxid=676, mzxid=1696, ctime=1777565762553, mtime=1777565775801, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=676) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2647): Exists(path='/test_between_servers/645', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2647): ZnodeStat(czxid=677, mzxid=1697, ctime=1777565762564, mtime=1777565775814, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=677) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=646): Exists(path='/test_between_servers/645', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=646): ZnodeStat(czxid=677, mzxid=1697, ctime=1777565762564, mtime=1777565775814, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=677) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=646): Exists(path='/test_between_servers/645', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=646): ZnodeStat(czxid=677, mzxid=1697, ctime=1777565762564, mtime=1777565775814, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=677) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2648): Exists(path='/test_between_servers/646', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2648): ZnodeStat(czxid=678, mzxid=1698, ctime=1777565762575, mtime=1777565775825, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=678) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=647): Exists(path='/test_between_servers/646', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=647): ZnodeStat(czxid=678, mzxid=1698, ctime=1777565762575, mtime=1777565775825, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=678) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=647): Exists(path='/test_between_servers/646', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=647): ZnodeStat(czxid=678, mzxid=1698, ctime=1777565762575, mtime=1777565775825, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=678) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2649): Exists(path='/test_between_servers/647', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2649): ZnodeStat(czxid=679, mzxid=1699, ctime=1777565762593, mtime=1777565775835, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=679) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=648): Exists(path='/test_between_servers/647', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=648): ZnodeStat(czxid=679, mzxid=1699, ctime=1777565762593, mtime=1777565775835, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=679) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=648): Exists(path='/test_between_servers/647', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=648): ZnodeStat(czxid=679, mzxid=1699, ctime=1777565762593, mtime=1777565775835, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=679) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2650): Exists(path='/test_between_servers/648', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2650): ZnodeStat(czxid=680, mzxid=1700, ctime=1777565762605, mtime=1777565775847, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=680) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=649): Exists(path='/test_between_servers/648', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=649): ZnodeStat(czxid=680, mzxid=1700, ctime=1777565762605, mtime=1777565775847, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=680) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=649): Exists(path='/test_between_servers/648', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=649): ZnodeStat(czxid=680, mzxid=1700, ctime=1777565762605, mtime=1777565775847, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=680) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2651): Exists(path='/test_between_servers/649', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2651): ZnodeStat(czxid=681, mzxid=1701, ctime=1777565762618, mtime=1777565775861, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=681) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=650): Exists(path='/test_between_servers/649', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=650): ZnodeStat(czxid=681, mzxid=1701, ctime=1777565762618, mtime=1777565775861, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=681) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=650): Exists(path='/test_between_servers/649', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=650): ZnodeStat(czxid=681, mzxid=1701, ctime=1777565762618, mtime=1777565775861, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=681) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2652): Exists(path='/test_between_servers/650', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2652): ZnodeStat(czxid=682, mzxid=1702, ctime=1777565762629, mtime=1777565775876, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=682) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=651): Exists(path='/test_between_servers/650', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=651): ZnodeStat(czxid=682, mzxid=1702, ctime=1777565762629, mtime=1777565775876, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=682) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=651): Exists(path='/test_between_servers/650', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=651): ZnodeStat(czxid=682, mzxid=1702, ctime=1777565762629, mtime=1777565775876, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=682) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2653): Exists(path='/test_between_servers/651', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2653): ZnodeStat(czxid=683, mzxid=1703, ctime=1777565762640, mtime=1777565775891, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=683) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=652): Exists(path='/test_between_servers/651', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=652): ZnodeStat(czxid=683, mzxid=1703, ctime=1777565762640, mtime=1777565775891, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=683) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=652): Exists(path='/test_between_servers/651', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=652): ZnodeStat(czxid=683, mzxid=1703, ctime=1777565762640, mtime=1777565775891, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=683) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2654): Exists(path='/test_between_servers/652', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2654): ZnodeStat(czxid=684, mzxid=1704, ctime=1777565762651, mtime=1777565775901, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=684) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=653): Exists(path='/test_between_servers/652', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=653): ZnodeStat(czxid=684, mzxid=1704, ctime=1777565762651, mtime=1777565775901, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=684) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=653): Exists(path='/test_between_servers/652', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=653): ZnodeStat(czxid=684, mzxid=1704, ctime=1777565762651, mtime=1777565775901, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=684) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2655): Exists(path='/test_between_servers/653', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2655): ZnodeStat(czxid=685, mzxid=1705, ctime=1777565762663, mtime=1777565775914, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=685) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=654): Exists(path='/test_between_servers/653', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=654): ZnodeStat(czxid=685, mzxid=1705, ctime=1777565762663, mtime=1777565775914, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=685) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=654): Exists(path='/test_between_servers/653', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=654): ZnodeStat(czxid=685, mzxid=1705, ctime=1777565762663, mtime=1777565775914, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=685) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2656): Exists(path='/test_between_servers/654', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2656): ZnodeStat(czxid=686, mzxid=1706, ctime=1777565762676, mtime=1777565775929, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=686) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=655): Exists(path='/test_between_servers/654', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=655): ZnodeStat(czxid=686, mzxid=1706, ctime=1777565762676, mtime=1777565775929, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=686) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=655): Exists(path='/test_between_servers/654', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=655): ZnodeStat(czxid=686, mzxid=1706, ctime=1777565762676, mtime=1777565775929, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=686) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2657): Exists(path='/test_between_servers/655', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2657): ZnodeStat(czxid=687, mzxid=1707, ctime=1777565762686, mtime=1777565775939, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=687) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=656): Exists(path='/test_between_servers/655', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=656): ZnodeStat(czxid=687, mzxid=1707, ctime=1777565762686, mtime=1777565775939, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=687) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=656): Exists(path='/test_between_servers/655', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=656): ZnodeStat(czxid=687, mzxid=1707, ctime=1777565762686, mtime=1777565775939, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=687) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2658): Exists(path='/test_between_servers/656', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2658): ZnodeStat(czxid=688, mzxid=1708, ctime=1777565762697, mtime=1777565775947, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=688) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=657): Exists(path='/test_between_servers/656', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=657): ZnodeStat(czxid=688, mzxid=1708, ctime=1777565762697, mtime=1777565775947, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=688) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=657): Exists(path='/test_between_servers/656', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=657): ZnodeStat(czxid=688, mzxid=1708, ctime=1777565762697, mtime=1777565775947, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=688) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2659): Exists(path='/test_between_servers/657', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2659): ZnodeStat(czxid=689, mzxid=1709, ctime=1777565762710, mtime=1777565775959, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=689) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=658): Exists(path='/test_between_servers/657', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=658): ZnodeStat(czxid=689, mzxid=1709, ctime=1777565762710, mtime=1777565775959, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=689) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=658): Exists(path='/test_between_servers/657', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=658): ZnodeStat(czxid=689, mzxid=1709, ctime=1777565762710, mtime=1777565775959, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=689) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2660): Exists(path='/test_between_servers/658', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2660): ZnodeStat(czxid=690, mzxid=1710, ctime=1777565762725, mtime=1777565775972, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=690) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=659): Exists(path='/test_between_servers/658', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=659): ZnodeStat(czxid=690, mzxid=1710, ctime=1777565762725, mtime=1777565775972, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=690) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=659): Exists(path='/test_between_servers/658', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=659): ZnodeStat(czxid=690, mzxid=1710, ctime=1777565762725, mtime=1777565775972, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=690) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2661): Exists(path='/test_between_servers/659', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2661): ZnodeStat(czxid=691, mzxid=1711, ctime=1777565762734, mtime=1777565775984, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=691) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=660): Exists(path='/test_between_servers/659', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=660): ZnodeStat(czxid=691, mzxid=1711, ctime=1777565762734, mtime=1777565775984, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=691) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=660): Exists(path='/test_between_servers/659', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=660): ZnodeStat(czxid=691, mzxid=1711, ctime=1777565762734, mtime=1777565775984, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=691) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2662): Exists(path='/test_between_servers/660', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2662): ZnodeStat(czxid=692, mzxid=1712, ctime=1777565762752, mtime=1777565775994, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=692) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=661): Exists(path='/test_between_servers/660', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=661): ZnodeStat(czxid=692, mzxid=1712, ctime=1777565762752, mtime=1777565775994, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=692) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=661): Exists(path='/test_between_servers/660', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=661): ZnodeStat(czxid=692, mzxid=1712, ctime=1777565762752, mtime=1777565775994, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=692) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2663): Exists(path='/test_between_servers/661', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2663): ZnodeStat(czxid=693, mzxid=1713, ctime=1777565762768, mtime=1777565776007, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=693) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=662): Exists(path='/test_between_servers/661', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=662): ZnodeStat(czxid=693, mzxid=1713, ctime=1777565762768, mtime=1777565776007, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=693) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=662): Exists(path='/test_between_servers/661', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=662): ZnodeStat(czxid=693, mzxid=1713, ctime=1777565762768, mtime=1777565776007, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=693) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2664): Exists(path='/test_between_servers/662', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2664): ZnodeStat(czxid=695, mzxid=1714, ctime=1777565762783, mtime=1777565776019, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=695) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=663): Exists(path='/test_between_servers/662', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=663): ZnodeStat(czxid=695, mzxid=1714, ctime=1777565762783, mtime=1777565776019, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=695) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=663): Exists(path='/test_between_servers/662', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=663): ZnodeStat(czxid=695, mzxid=1714, ctime=1777565762783, mtime=1777565776019, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=695) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2665): Exists(path='/test_between_servers/663', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2665): ZnodeStat(czxid=696, mzxid=1715, ctime=1777565762804, mtime=1777565776031, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=696) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=664): Exists(path='/test_between_servers/663', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=664): ZnodeStat(czxid=696, mzxid=1715, ctime=1777565762804, mtime=1777565776031, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=696) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=664): Exists(path='/test_between_servers/663', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=664): ZnodeStat(czxid=696, mzxid=1715, ctime=1777565762804, mtime=1777565776031, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=696) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2666): Exists(path='/test_between_servers/664', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2666): ZnodeStat(czxid=697, mzxid=1716, ctime=1777565762816, mtime=1777565776044, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=697) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=665): Exists(path='/test_between_servers/664', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=665): ZnodeStat(czxid=697, mzxid=1716, ctime=1777565762816, mtime=1777565776044, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=697) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=665): Exists(path='/test_between_servers/664', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=665): ZnodeStat(czxid=697, mzxid=1716, ctime=1777565762816, mtime=1777565776044, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=697) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2667): Exists(path='/test_between_servers/665', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2667): ZnodeStat(czxid=698, mzxid=1717, ctime=1777565762832, mtime=1777565776054, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=698) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=666): Exists(path='/test_between_servers/665', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=666): ZnodeStat(czxid=698, mzxid=1717, ctime=1777565762832, mtime=1777565776054, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=698) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=666): Exists(path='/test_between_servers/665', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=666): ZnodeStat(czxid=698, mzxid=1717, ctime=1777565762832, mtime=1777565776054, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=698) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2668): Exists(path='/test_between_servers/666', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2668): ZnodeStat(czxid=699, mzxid=1718, ctime=1777565762854, mtime=1777565776067, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=699) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=667): Exists(path='/test_between_servers/666', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=667): ZnodeStat(czxid=699, mzxid=1718, ctime=1777565762854, mtime=1777565776067, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=699) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=667): Exists(path='/test_between_servers/666', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=667): ZnodeStat(czxid=699, mzxid=1718, ctime=1777565762854, mtime=1777565776067, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=699) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2669): Exists(path='/test_between_servers/667', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2669): ZnodeStat(czxid=700, mzxid=1719, ctime=1777565762875, mtime=1777565776077, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=700) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=668): Exists(path='/test_between_servers/667', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=668): ZnodeStat(czxid=700, mzxid=1719, ctime=1777565762875, mtime=1777565776077, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=700) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=668): Exists(path='/test_between_servers/667', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=668): ZnodeStat(czxid=700, mzxid=1719, ctime=1777565762875, mtime=1777565776077, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=700) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2670): Exists(path='/test_between_servers/668', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2670): ZnodeStat(czxid=701, mzxid=1720, ctime=1777565762893, mtime=1777565776093, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=701) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=669): Exists(path='/test_between_servers/668', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=669): ZnodeStat(czxid=701, mzxid=1720, ctime=1777565762893, mtime=1777565776093, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=701) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=669): Exists(path='/test_between_servers/668', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=669): ZnodeStat(czxid=701, mzxid=1720, ctime=1777565762893, mtime=1777565776093, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=701) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2671): Exists(path='/test_between_servers/669', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2671): ZnodeStat(czxid=703, mzxid=1721, ctime=1777565762903, mtime=1777565776104, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=703) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=670): Exists(path='/test_between_servers/669', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=670): ZnodeStat(czxid=703, mzxid=1721, ctime=1777565762903, mtime=1777565776104, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=703) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=670): Exists(path='/test_between_servers/669', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=670): ZnodeStat(czxid=703, mzxid=1721, ctime=1777565762903, mtime=1777565776104, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=703) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2672): Exists(path='/test_between_servers/670', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2672): ZnodeStat(czxid=704, mzxid=1723, ctime=1777565762922, mtime=1777565776117, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=704) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=671): Exists(path='/test_between_servers/670', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=671): ZnodeStat(czxid=704, mzxid=1723, ctime=1777565762922, mtime=1777565776117, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=704) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=671): Exists(path='/test_between_servers/670', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=671): ZnodeStat(czxid=704, mzxid=1723, ctime=1777565762922, mtime=1777565776117, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=704) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2673): Exists(path='/test_between_servers/671', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2673): ZnodeStat(czxid=705, mzxid=1724, ctime=1777565762937, mtime=1777565776128, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=705) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=672): Exists(path='/test_between_servers/671', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=672): ZnodeStat(czxid=705, mzxid=1724, ctime=1777565762937, mtime=1777565776128, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=705) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=672): Exists(path='/test_between_servers/671', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=672): ZnodeStat(czxid=705, mzxid=1724, ctime=1777565762937, mtime=1777565776128, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=705) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2674): Exists(path='/test_between_servers/672', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2674): ZnodeStat(czxid=706, mzxid=1725, ctime=1777565762948, mtime=1777565776139, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=706) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=673): Exists(path='/test_between_servers/672', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=673): ZnodeStat(czxid=706, mzxid=1725, ctime=1777565762948, mtime=1777565776139, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=706) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=673): Exists(path='/test_between_servers/672', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=673): ZnodeStat(czxid=706, mzxid=1725, ctime=1777565762948, mtime=1777565776139, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=706) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2675): Exists(path='/test_between_servers/673', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2675): ZnodeStat(czxid=707, mzxid=1726, ctime=1777565762957, mtime=1777565776150, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=707) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=674): Exists(path='/test_between_servers/673', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=674): ZnodeStat(czxid=707, mzxid=1726, ctime=1777565762957, mtime=1777565776150, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=707) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=674): Exists(path='/test_between_servers/673', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=674): ZnodeStat(czxid=707, mzxid=1726, ctime=1777565762957, mtime=1777565776150, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=707) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2676): Exists(path='/test_between_servers/674', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2676): ZnodeStat(czxid=708, mzxid=1727, ctime=1777565762968, mtime=1777565776162, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=708) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=675): Exists(path='/test_between_servers/674', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=675): ZnodeStat(czxid=708, mzxid=1727, ctime=1777565762968, mtime=1777565776162, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=708) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=675): Exists(path='/test_between_servers/674', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=675): ZnodeStat(czxid=708, mzxid=1727, ctime=1777565762968, mtime=1777565776162, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=708) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2677): Exists(path='/test_between_servers/675', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2677): ZnodeStat(czxid=709, mzxid=1728, ctime=1777565762984, mtime=1777565776172, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=709) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=676): Exists(path='/test_between_servers/675', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=676): ZnodeStat(czxid=709, mzxid=1728, ctime=1777565762984, mtime=1777565776172, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=709) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=676): Exists(path='/test_between_servers/675', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=676): ZnodeStat(czxid=709, mzxid=1728, ctime=1777565762984, mtime=1777565776172, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=709) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2678): Exists(path='/test_between_servers/676', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2678): ZnodeStat(czxid=710, mzxid=1729, ctime=1777565762998, mtime=1777565776183, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=710) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=677): Exists(path='/test_between_servers/676', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=677): ZnodeStat(czxid=710, mzxid=1729, ctime=1777565762998, mtime=1777565776183, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=710) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=677): Exists(path='/test_between_servers/676', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=677): ZnodeStat(czxid=710, mzxid=1729, ctime=1777565762998, mtime=1777565776183, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=710) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2679): Exists(path='/test_between_servers/677', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2679): ZnodeStat(czxid=711, mzxid=1730, ctime=1777565763019, mtime=1777565776193, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=711) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=678): Exists(path='/test_between_servers/677', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=678): ZnodeStat(czxid=711, mzxid=1730, ctime=1777565763019, mtime=1777565776193, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=711) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=678): Exists(path='/test_between_servers/677', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=678): ZnodeStat(czxid=711, mzxid=1730, ctime=1777565763019, mtime=1777565776193, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=711) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2680): Exists(path='/test_between_servers/678', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2680): ZnodeStat(czxid=712, mzxid=1731, ctime=1777565763032, mtime=1777565776203, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=712) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=679): Exists(path='/test_between_servers/678', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=679): ZnodeStat(czxid=712, mzxid=1731, ctime=1777565763032, mtime=1777565776203, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=712) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=679): Exists(path='/test_between_servers/678', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=679): ZnodeStat(czxid=712, mzxid=1731, ctime=1777565763032, mtime=1777565776203, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=712) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2681): Exists(path='/test_between_servers/679', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2681): ZnodeStat(czxid=713, mzxid=1732, ctime=1777565763044, mtime=1777565776216, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=713) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=680): Exists(path='/test_between_servers/679', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=680): ZnodeStat(czxid=713, mzxid=1732, ctime=1777565763044, mtime=1777565776216, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=713) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=680): Exists(path='/test_between_servers/679', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=680): ZnodeStat(czxid=713, mzxid=1732, ctime=1777565763044, mtime=1777565776216, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=713) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2682): Exists(path='/test_between_servers/680', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2682): ZnodeStat(czxid=715, mzxid=1733, ctime=1777565763062, mtime=1777565776228, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=715) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=681): Exists(path='/test_between_servers/680', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=681): ZnodeStat(czxid=715, mzxid=1733, ctime=1777565763062, mtime=1777565776228, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=715) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=681): Exists(path='/test_between_servers/680', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=681): ZnodeStat(czxid=715, mzxid=1733, ctime=1777565763062, mtime=1777565776228, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=715) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2683): Exists(path='/test_between_servers/681', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2683): ZnodeStat(czxid=716, mzxid=1735, ctime=1777565763073, mtime=1777565776239, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=716) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=682): Exists(path='/test_between_servers/681', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=682): ZnodeStat(czxid=716, mzxid=1735, ctime=1777565763073, mtime=1777565776239, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=716) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=682): Exists(path='/test_between_servers/681', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=682): ZnodeStat(czxid=716, mzxid=1735, ctime=1777565763073, mtime=1777565776239, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=716) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2684): Exists(path='/test_between_servers/682', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2684): ZnodeStat(czxid=717, mzxid=1736, ctime=1777565763087, mtime=1777565776248, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=717) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=683): Exists(path='/test_between_servers/682', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=683): ZnodeStat(czxid=717, mzxid=1736, ctime=1777565763087, mtime=1777565776248, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=717) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=683): Exists(path='/test_between_servers/682', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=683): ZnodeStat(czxid=717, mzxid=1736, ctime=1777565763087, mtime=1777565776248, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=717) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2685): Exists(path='/test_between_servers/683', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2685): ZnodeStat(czxid=718, mzxid=1737, ctime=1777565763102, mtime=1777565776260, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=718) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=684): Exists(path='/test_between_servers/683', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=684): ZnodeStat(czxid=718, mzxid=1737, ctime=1777565763102, mtime=1777565776260, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=718) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=684): Exists(path='/test_between_servers/683', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=684): ZnodeStat(czxid=718, mzxid=1737, ctime=1777565763102, mtime=1777565776260, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=718) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2686): Exists(path='/test_between_servers/684', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2686): ZnodeStat(czxid=719, mzxid=1738, ctime=1777565763114, mtime=1777565776270, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=719) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=685): Exists(path='/test_between_servers/684', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=685): ZnodeStat(czxid=719, mzxid=1738, ctime=1777565763114, mtime=1777565776270, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=719) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=685): Exists(path='/test_between_servers/684', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=685): ZnodeStat(czxid=719, mzxid=1738, ctime=1777565763114, mtime=1777565776270, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=719) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2687): Exists(path='/test_between_servers/685', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2687): ZnodeStat(czxid=720, mzxid=1739, ctime=1777565763129, mtime=1777565776278, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=720) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=686): Exists(path='/test_between_servers/685', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=686): ZnodeStat(czxid=720, mzxid=1739, ctime=1777565763129, mtime=1777565776278, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=720) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=686): Exists(path='/test_between_servers/685', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=686): ZnodeStat(czxid=720, mzxid=1739, ctime=1777565763129, mtime=1777565776278, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=720) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2688): Exists(path='/test_between_servers/686', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2688): ZnodeStat(czxid=721, mzxid=1740, ctime=1777565763141, mtime=1777565776287, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=721) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=687): Exists(path='/test_between_servers/686', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=687): ZnodeStat(czxid=721, mzxid=1740, ctime=1777565763141, mtime=1777565776287, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=721) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=687): Exists(path='/test_between_servers/686', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=687): ZnodeStat(czxid=721, mzxid=1740, ctime=1777565763141, mtime=1777565776287, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=721) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2689): Exists(path='/test_between_servers/687', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2689): ZnodeStat(czxid=722, mzxid=1741, ctime=1777565763151, mtime=1777565776297, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=722) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=688): Exists(path='/test_between_servers/687', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=688): ZnodeStat(czxid=722, mzxid=1741, ctime=1777565763151, mtime=1777565776297, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=722) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=688): Exists(path='/test_between_servers/687', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=688): ZnodeStat(czxid=722, mzxid=1741, ctime=1777565763151, mtime=1777565776297, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=722) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2690): Exists(path='/test_between_servers/688', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2690): ZnodeStat(czxid=723, mzxid=1742, ctime=1777565763161, mtime=1777565776307, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=723) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=689): Exists(path='/test_between_servers/688', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=689): ZnodeStat(czxid=723, mzxid=1742, ctime=1777565763161, mtime=1777565776307, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=723) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=689): Exists(path='/test_between_servers/688', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=689): ZnodeStat(czxid=723, mzxid=1742, ctime=1777565763161, mtime=1777565776307, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=723) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2691): Exists(path='/test_between_servers/689', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2691): ZnodeStat(czxid=724, mzxid=1743, ctime=1777565763172, mtime=1777565776319, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=724) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=690): Exists(path='/test_between_servers/689', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=690): ZnodeStat(czxid=724, mzxid=1743, ctime=1777565763172, mtime=1777565776319, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=724) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=690): Exists(path='/test_between_servers/689', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=690): ZnodeStat(czxid=724, mzxid=1743, ctime=1777565763172, mtime=1777565776319, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=724) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2692): Exists(path='/test_between_servers/690', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2692): ZnodeStat(czxid=725, mzxid=1744, ctime=1777565763183, mtime=1777565776329, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=725) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=691): Exists(path='/test_between_servers/690', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=691): ZnodeStat(czxid=725, mzxid=1744, ctime=1777565763183, mtime=1777565776329, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=725) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=691): Exists(path='/test_between_servers/690', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=691): ZnodeStat(czxid=725, mzxid=1744, ctime=1777565763183, mtime=1777565776329, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=725) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2693): Exists(path='/test_between_servers/691', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2693): ZnodeStat(czxid=726, mzxid=1745, ctime=1777565763198, mtime=1777565776340, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=726) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=692): Exists(path='/test_between_servers/691', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=692): ZnodeStat(czxid=726, mzxid=1745, ctime=1777565763198, mtime=1777565776340, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=726) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=692): Exists(path='/test_between_servers/691', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=692): ZnodeStat(czxid=726, mzxid=1745, ctime=1777565763198, mtime=1777565776340, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=726) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2694): Exists(path='/test_between_servers/692', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2694): ZnodeStat(czxid=727, mzxid=1746, ctime=1777565763207, mtime=1777565776349, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=727) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=693): Exists(path='/test_between_servers/692', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=693): ZnodeStat(czxid=727, mzxid=1746, ctime=1777565763207, mtime=1777565776349, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=727) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=693): Exists(path='/test_between_servers/692', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=693): ZnodeStat(czxid=727, mzxid=1746, ctime=1777565763207, mtime=1777565776349, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=727) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2695): Exists(path='/test_between_servers/693', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2695): ZnodeStat(czxid=728, mzxid=1747, ctime=1777565763218, mtime=1777565776362, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=728) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=694): Exists(path='/test_between_servers/693', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=694): ZnodeStat(czxid=728, mzxid=1747, ctime=1777565763218, mtime=1777565776362, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=728) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=694): Exists(path='/test_between_servers/693', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=694): ZnodeStat(czxid=728, mzxid=1747, ctime=1777565763218, mtime=1777565776362, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=728) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2696): Exists(path='/test_between_servers/694', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2696): ZnodeStat(czxid=729, mzxid=1748, ctime=1777565763237, mtime=1777565776372, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=729) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=695): Exists(path='/test_between_servers/694', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=695): ZnodeStat(czxid=729, mzxid=1748, ctime=1777565763237, mtime=1777565776372, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=729) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=695): Exists(path='/test_between_servers/694', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=695): ZnodeStat(czxid=729, mzxid=1748, ctime=1777565763237, mtime=1777565776372, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=729) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2697): Exists(path='/test_between_servers/695', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2697): ZnodeStat(czxid=730, mzxid=1749, ctime=1777565763249, mtime=1777565776382, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=730) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=696): Exists(path='/test_between_servers/695', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=696): ZnodeStat(czxid=730, mzxid=1749, ctime=1777565763249, mtime=1777565776382, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=730) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=696): Exists(path='/test_between_servers/695', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=696): ZnodeStat(czxid=730, mzxid=1749, ctime=1777565763249, mtime=1777565776382, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=730) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2698): Exists(path='/test_between_servers/696', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2698): ZnodeStat(czxid=731, mzxid=1751, ctime=1777565763259, mtime=1777565776393, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=731) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=697): Exists(path='/test_between_servers/696', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=697): ZnodeStat(czxid=731, mzxid=1751, ctime=1777565763259, mtime=1777565776393, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=731) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=697): Exists(path='/test_between_servers/696', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=697): ZnodeStat(czxid=731, mzxid=1751, ctime=1777565763259, mtime=1777565776393, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=731) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2699): Exists(path='/test_between_servers/697', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2699): ZnodeStat(czxid=732, mzxid=1752, ctime=1777565763271, mtime=1777565776404, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=732) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=698): Exists(path='/test_between_servers/697', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=698): ZnodeStat(czxid=732, mzxid=1752, ctime=1777565763271, mtime=1777565776404, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=732) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=698): Exists(path='/test_between_servers/697', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=698): ZnodeStat(czxid=732, mzxid=1752, ctime=1777565763271, mtime=1777565776404, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=732) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2700): Exists(path='/test_between_servers/698', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2700): ZnodeStat(czxid=733, mzxid=1753, ctime=1777565763282, mtime=1777565776415, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=733) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=699): Exists(path='/test_between_servers/698', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=699): ZnodeStat(czxid=733, mzxid=1753, ctime=1777565763282, mtime=1777565776415, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=733) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=699): Exists(path='/test_between_servers/698', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=699): ZnodeStat(czxid=733, mzxid=1753, ctime=1777565763282, mtime=1777565776415, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=733) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2701): Exists(path='/test_between_servers/699', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2701): ZnodeStat(czxid=734, mzxid=1754, ctime=1777565763295, mtime=1777565776425, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=734) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=700): Exists(path='/test_between_servers/699', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=700): ZnodeStat(czxid=734, mzxid=1754, ctime=1777565763295, mtime=1777565776425, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=734) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=700): Exists(path='/test_between_servers/699', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=700): ZnodeStat(czxid=734, mzxid=1754, ctime=1777565763295, mtime=1777565776425, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=734) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2702): Exists(path='/test_between_servers/700', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2702): ZnodeStat(czxid=735, mzxid=1755, ctime=1777565763309, mtime=1777565776436, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=735) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=701): Exists(path='/test_between_servers/700', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=701): ZnodeStat(czxid=735, mzxid=1755, ctime=1777565763309, mtime=1777565776436, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=735) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=701): Exists(path='/test_between_servers/700', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=701): ZnodeStat(czxid=735, mzxid=1755, ctime=1777565763309, mtime=1777565776436, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=735) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2703): Exists(path='/test_between_servers/701', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2703): ZnodeStat(czxid=736, mzxid=1756, ctime=1777565763319, mtime=1777565776446, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=736) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=702): Exists(path='/test_between_servers/701', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=702): ZnodeStat(czxid=736, mzxid=1756, ctime=1777565763319, mtime=1777565776446, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=736) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=702): Exists(path='/test_between_servers/701', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=702): ZnodeStat(czxid=736, mzxid=1756, ctime=1777565763319, mtime=1777565776446, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=736) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2704): Exists(path='/test_between_servers/702', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2704): ZnodeStat(czxid=737, mzxid=1757, ctime=1777565763331, mtime=1777565776461, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=737) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=703): Exists(path='/test_between_servers/702', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=703): ZnodeStat(czxid=737, mzxid=1757, ctime=1777565763331, mtime=1777565776461, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=737) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=703): Exists(path='/test_between_servers/702', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=703): ZnodeStat(czxid=737, mzxid=1757, ctime=1777565763331, mtime=1777565776461, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=737) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2705): Exists(path='/test_between_servers/703', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2705): ZnodeStat(czxid=738, mzxid=1758, ctime=1777565763343, mtime=1777565776476, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=738) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=704): Exists(path='/test_between_servers/703', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=704): ZnodeStat(czxid=738, mzxid=1758, ctime=1777565763343, mtime=1777565776476, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=738) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=704): Exists(path='/test_between_servers/703', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=704): ZnodeStat(czxid=738, mzxid=1758, ctime=1777565763343, mtime=1777565776476, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=738) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2706): Exists(path='/test_between_servers/704', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2706): ZnodeStat(czxid=739, mzxid=1759, ctime=1777565763353, mtime=1777565776500, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=739) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=705): Exists(path='/test_between_servers/704', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=705): ZnodeStat(czxid=739, mzxid=1759, ctime=1777565763353, mtime=1777565776500, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=739) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=705): Exists(path='/test_between_servers/704', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=705): ZnodeStat(czxid=739, mzxid=1759, ctime=1777565763353, mtime=1777565776500, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=739) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2707): Exists(path='/test_between_servers/705', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2707): ZnodeStat(czxid=740, mzxid=1760, ctime=1777565763365, mtime=1777565776513, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=740) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=706): Exists(path='/test_between_servers/705', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=706): ZnodeStat(czxid=740, mzxid=1760, ctime=1777565763365, mtime=1777565776513, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=740) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=706): Exists(path='/test_between_servers/705', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=706): ZnodeStat(czxid=740, mzxid=1760, ctime=1777565763365, mtime=1777565776513, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=740) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2708): Exists(path='/test_between_servers/706', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2708): ZnodeStat(czxid=741, mzxid=1761, ctime=1777565763374, mtime=1777565776523, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=741) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=707): Exists(path='/test_between_servers/706', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=707): ZnodeStat(czxid=741, mzxid=1761, ctime=1777565763374, mtime=1777565776523, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=741) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=707): Exists(path='/test_between_servers/706', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=707): ZnodeStat(czxid=741, mzxid=1761, ctime=1777565763374, mtime=1777565776523, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=741) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2709): Exists(path='/test_between_servers/707', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2709): ZnodeStat(czxid=742, mzxid=1762, ctime=1777565763390, mtime=1777565776536, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=742) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=708): Exists(path='/test_between_servers/707', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=708): ZnodeStat(czxid=742, mzxid=1762, ctime=1777565763390, mtime=1777565776536, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=742) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=708): Exists(path='/test_between_servers/707', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=708): ZnodeStat(czxid=742, mzxid=1762, ctime=1777565763390, mtime=1777565776536, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=742) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2710): Exists(path='/test_between_servers/708', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2710): ZnodeStat(czxid=743, mzxid=1763, ctime=1777565763402, mtime=1777565776550, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=743) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=709): Exists(path='/test_between_servers/708', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=709): ZnodeStat(czxid=743, mzxid=1763, ctime=1777565763402, mtime=1777565776550, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=743) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=709): Exists(path='/test_between_servers/708', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=709): ZnodeStat(czxid=743, mzxid=1763, ctime=1777565763402, mtime=1777565776550, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=743) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2711): Exists(path='/test_between_servers/709', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2711): ZnodeStat(czxid=744, mzxid=1764, ctime=1777565763417, mtime=1777565776561, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=744) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=710): Exists(path='/test_between_servers/709', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=710): ZnodeStat(czxid=744, mzxid=1764, ctime=1777565763417, mtime=1777565776561, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=744) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=710): Exists(path='/test_between_servers/709', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=710): ZnodeStat(czxid=744, mzxid=1764, ctime=1777565763417, mtime=1777565776561, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=744) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2712): Exists(path='/test_between_servers/710', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2712): ZnodeStat(czxid=745, mzxid=1765, ctime=1777565763441, mtime=1777565776576, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=745) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=711): Exists(path='/test_between_servers/710', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=711): ZnodeStat(czxid=745, mzxid=1765, ctime=1777565763441, mtime=1777565776576, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=745) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=711): Exists(path='/test_between_servers/710', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=711): ZnodeStat(czxid=745, mzxid=1765, ctime=1777565763441, mtime=1777565776576, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=745) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2713): Exists(path='/test_between_servers/711', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2713): ZnodeStat(czxid=746, mzxid=1766, ctime=1777565763452, mtime=1777565776590, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=746) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=712): Exists(path='/test_between_servers/711', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=712): ZnodeStat(czxid=746, mzxid=1766, ctime=1777565763452, mtime=1777565776590, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=746) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=712): Exists(path='/test_between_servers/711', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=712): ZnodeStat(czxid=746, mzxid=1766, ctime=1777565763452, mtime=1777565776590, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=746) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2714): Exists(path='/test_between_servers/712', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2714): ZnodeStat(czxid=747, mzxid=1767, ctime=1777565763465, mtime=1777565776603, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=747) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=713): Exists(path='/test_between_servers/712', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=713): ZnodeStat(czxid=747, mzxid=1767, ctime=1777565763465, mtime=1777565776603, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=747) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=713): Exists(path='/test_between_servers/712', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=713): ZnodeStat(czxid=747, mzxid=1767, ctime=1777565763465, mtime=1777565776603, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=747) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2715): Exists(path='/test_between_servers/713', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2715): ZnodeStat(czxid=748, mzxid=1768, ctime=1777565763479, mtime=1777565776614, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=748) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=714): Exists(path='/test_between_servers/713', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=714): ZnodeStat(czxid=748, mzxid=1768, ctime=1777565763479, mtime=1777565776614, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=748) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=714): Exists(path='/test_between_servers/713', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=714): ZnodeStat(czxid=748, mzxid=1768, ctime=1777565763479, mtime=1777565776614, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=748) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2716): Exists(path='/test_between_servers/714', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2716): ZnodeStat(czxid=749, mzxid=1769, ctime=1777565763493, mtime=1777565776625, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=749) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=715): Exists(path='/test_between_servers/714', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=715): ZnodeStat(czxid=749, mzxid=1769, ctime=1777565763493, mtime=1777565776625, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=749) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=715): Exists(path='/test_between_servers/714', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=715): ZnodeStat(czxid=749, mzxid=1769, ctime=1777565763493, mtime=1777565776625, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=749) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2717): Exists(path='/test_between_servers/715', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2717): ZnodeStat(czxid=750, mzxid=1770, ctime=1777565763504, mtime=1777565776640, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=750) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=716): Exists(path='/test_between_servers/715', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=716): ZnodeStat(czxid=750, mzxid=1770, ctime=1777565763504, mtime=1777565776640, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=750) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=716): Exists(path='/test_between_servers/715', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=716): ZnodeStat(czxid=750, mzxid=1770, ctime=1777565763504, mtime=1777565776640, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=750) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2718): Exists(path='/test_between_servers/716', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2718): ZnodeStat(czxid=751, mzxid=1771, ctime=1777565763516, mtime=1777565776655, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=751) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=717): Exists(path='/test_between_servers/716', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=717): ZnodeStat(czxid=751, mzxid=1771, ctime=1777565763516, mtime=1777565776655, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=751) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=717): Exists(path='/test_between_servers/716', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=717): ZnodeStat(czxid=751, mzxid=1771, ctime=1777565763516, mtime=1777565776655, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=751) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2719): Exists(path='/test_between_servers/717', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2719): ZnodeStat(czxid=752, mzxid=1772, ctime=1777565763529, mtime=1777565776663, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=752) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=718): Exists(path='/test_between_servers/717', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=718): ZnodeStat(czxid=752, mzxid=1772, ctime=1777565763529, mtime=1777565776663, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=752) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=718): Exists(path='/test_between_servers/717', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=718): ZnodeStat(czxid=752, mzxid=1772, ctime=1777565763529, mtime=1777565776663, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=752) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2720): Exists(path='/test_between_servers/718', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2720): ZnodeStat(czxid=753, mzxid=1773, ctime=1777565763540, mtime=1777565776673, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=753) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=719): Exists(path='/test_between_servers/718', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=719): ZnodeStat(czxid=753, mzxid=1773, ctime=1777565763540, mtime=1777565776673, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=753) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=719): Exists(path='/test_between_servers/718', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=719): ZnodeStat(czxid=753, mzxid=1773, ctime=1777565763540, mtime=1777565776673, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=753) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2721): Exists(path='/test_between_servers/719', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2721): ZnodeStat(czxid=754, mzxid=1774, ctime=1777565763552, mtime=1777565776684, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=754) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=720): Exists(path='/test_between_servers/719', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=720): ZnodeStat(czxid=754, mzxid=1774, ctime=1777565763552, mtime=1777565776684, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=754) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=720): Exists(path='/test_between_servers/719', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=720): ZnodeStat(czxid=754, mzxid=1774, ctime=1777565763552, mtime=1777565776684, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=754) (connection.py:410, _read_response) 2026-04-30 16:16:27 [ 383 ] DEBUG : Sending request(xid=2722): Exists(path='/test_between_servers/720', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:27 [ 383 ] DEBUG : Received response(xid=2722): ZnodeStat(czxid=755, mzxid=1775, ctime=1777565763563, mtime=1777565776740, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=755) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=721): Exists(path='/test_between_servers/720', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=721): ZnodeStat(czxid=755, mzxid=1775, ctime=1777565763563, mtime=1777565776740, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=755) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=721): Exists(path='/test_between_servers/720', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=721): ZnodeStat(czxid=755, mzxid=1775, ctime=1777565763563, mtime=1777565776740, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=755) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=2723): Exists(path='/test_between_servers/721', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=2723): ZnodeStat(czxid=756, mzxid=1776, ctime=1777565763577, mtime=1777565776749, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=756) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=722): Exists(path='/test_between_servers/721', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=722): ZnodeStat(czxid=756, mzxid=1776, ctime=1777565763577, mtime=1777565776749, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=756) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=722): Exists(path='/test_between_servers/721', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=722): ZnodeStat(czxid=756, mzxid=1776, ctime=1777565763577, mtime=1777565776749, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=756) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=2724): Exists(path='/test_between_servers/722', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=2724): ZnodeStat(czxid=757, mzxid=1777, ctime=1777565763590, mtime=1777565776758, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=757) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=723): Exists(path='/test_between_servers/722', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=723): ZnodeStat(czxid=757, mzxid=1777, ctime=1777565763590, mtime=1777565776758, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=757) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=723): Exists(path='/test_between_servers/722', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=723): ZnodeStat(czxid=757, mzxid=1777, ctime=1777565763590, mtime=1777565776758, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=757) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=2725): Exists(path='/test_between_servers/723', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=2725): ZnodeStat(czxid=758, mzxid=1778, ctime=1777565763605, mtime=1777565776773, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=758) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=724): Exists(path='/test_between_servers/723', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=724): ZnodeStat(czxid=758, mzxid=1778, ctime=1777565763605, mtime=1777565776773, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=758) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=724): Exists(path='/test_between_servers/723', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=724): ZnodeStat(czxid=758, mzxid=1778, ctime=1777565763605, mtime=1777565776773, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=758) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=2726): Exists(path='/test_between_servers/724', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=2726): ZnodeStat(czxid=759, mzxid=1779, ctime=1777565763621, mtime=1777565776785, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=759) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=725): Exists(path='/test_between_servers/724', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=725): ZnodeStat(czxid=759, mzxid=1779, ctime=1777565763621, mtime=1777565776785, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=759) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=725): Exists(path='/test_between_servers/724', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=725): ZnodeStat(czxid=759, mzxid=1779, ctime=1777565763621, mtime=1777565776785, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=759) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=2727): Exists(path='/test_between_servers/725', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=2727): ZnodeStat(czxid=760, mzxid=1780, ctime=1777565763634, mtime=1777565776799, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=760) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=726): Exists(path='/test_between_servers/725', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=726): ZnodeStat(czxid=760, mzxid=1780, ctime=1777565763634, mtime=1777565776799, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=760) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=726): Exists(path='/test_between_servers/725', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=726): ZnodeStat(czxid=760, mzxid=1780, ctime=1777565763634, mtime=1777565776799, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=760) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=2728): Exists(path='/test_between_servers/726', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=2728): ZnodeStat(czxid=761, mzxid=1781, ctime=1777565763654, mtime=1777565776810, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=761) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=727): Exists(path='/test_between_servers/726', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=727): ZnodeStat(czxid=761, mzxid=1781, ctime=1777565763654, mtime=1777565776810, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=761) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=727): Exists(path='/test_between_servers/726', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=727): ZnodeStat(czxid=761, mzxid=1781, ctime=1777565763654, mtime=1777565776810, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=761) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=2729): Exists(path='/test_between_servers/727', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=2729): ZnodeStat(czxid=762, mzxid=1782, ctime=1777565763670, mtime=1777565776820, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=762) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=728): Exists(path='/test_between_servers/727', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=728): ZnodeStat(czxid=762, mzxid=1782, ctime=1777565763670, mtime=1777565776820, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=762) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=728): Exists(path='/test_between_servers/727', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=728): ZnodeStat(czxid=762, mzxid=1782, ctime=1777565763670, mtime=1777565776820, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=762) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=2730): Exists(path='/test_between_servers/728', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=2730): ZnodeStat(czxid=763, mzxid=1783, ctime=1777565763687, mtime=1777565776834, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=763) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=729): Exists(path='/test_between_servers/728', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=729): ZnodeStat(czxid=763, mzxid=1783, ctime=1777565763687, mtime=1777565776834, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=763) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=729): Exists(path='/test_between_servers/728', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=729): ZnodeStat(czxid=763, mzxid=1783, ctime=1777565763687, mtime=1777565776834, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=763) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=2731): Exists(path='/test_between_servers/729', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=2731): ZnodeStat(czxid=764, mzxid=1784, ctime=1777565763698, mtime=1777565776849, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=764) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=730): Exists(path='/test_between_servers/729', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=730): ZnodeStat(czxid=764, mzxid=1784, ctime=1777565763698, mtime=1777565776849, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=764) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=730): Exists(path='/test_between_servers/729', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=730): ZnodeStat(czxid=764, mzxid=1784, ctime=1777565763698, mtime=1777565776849, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=764) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=2732): Exists(path='/test_between_servers/730', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=2732): ZnodeStat(czxid=765, mzxid=1785, ctime=1777565763712, mtime=1777565776861, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=765) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=731): Exists(path='/test_between_servers/730', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=731): ZnodeStat(czxid=765, mzxid=1785, ctime=1777565763712, mtime=1777565776861, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=765) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=731): Exists(path='/test_between_servers/730', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=731): ZnodeStat(czxid=765, mzxid=1785, ctime=1777565763712, mtime=1777565776861, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=765) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=2733): Exists(path='/test_between_servers/731', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=2733): ZnodeStat(czxid=766, mzxid=1786, ctime=1777565763726, mtime=1777565776872, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=766) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=732): Exists(path='/test_between_servers/731', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=732): ZnodeStat(czxid=766, mzxid=1786, ctime=1777565763726, mtime=1777565776872, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=766) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=732): Exists(path='/test_between_servers/731', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=732): ZnodeStat(czxid=766, mzxid=1786, ctime=1777565763726, mtime=1777565776872, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=766) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=2734): Exists(path='/test_between_servers/732', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=2734): ZnodeStat(czxid=767, mzxid=1787, ctime=1777565763740, mtime=1777565776881, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=767) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=733): Exists(path='/test_between_servers/732', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=733): ZnodeStat(czxid=767, mzxid=1787, ctime=1777565763740, mtime=1777565776881, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=767) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=733): Exists(path='/test_between_servers/732', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=733): ZnodeStat(czxid=767, mzxid=1787, ctime=1777565763740, mtime=1777565776881, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=767) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=2735): Exists(path='/test_between_servers/733', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=2735): ZnodeStat(czxid=768, mzxid=1788, ctime=1777565763756, mtime=1777565776892, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=768) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=734): Exists(path='/test_between_servers/733', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=734): ZnodeStat(czxid=768, mzxid=1788, ctime=1777565763756, mtime=1777565776892, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=768) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=734): Exists(path='/test_between_servers/733', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=734): ZnodeStat(czxid=768, mzxid=1788, ctime=1777565763756, mtime=1777565776892, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=768) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=2736): Exists(path='/test_between_servers/734', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=2736): ZnodeStat(czxid=769, mzxid=1789, ctime=1777565763766, mtime=1777565776904, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=769) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=735): Exists(path='/test_between_servers/734', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=735): ZnodeStat(czxid=769, mzxid=1789, ctime=1777565763766, mtime=1777565776904, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=769) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=735): Exists(path='/test_between_servers/734', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=735): ZnodeStat(czxid=769, mzxid=1789, ctime=1777565763766, mtime=1777565776904, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=769) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=2737): Exists(path='/test_between_servers/735', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=2737): ZnodeStat(czxid=770, mzxid=1790, ctime=1777565763779, mtime=1777565776916, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=770) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=736): Exists(path='/test_between_servers/735', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=736): ZnodeStat(czxid=770, mzxid=1790, ctime=1777565763779, mtime=1777565776916, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=770) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=736): Exists(path='/test_between_servers/735', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=736): ZnodeStat(czxid=770, mzxid=1790, ctime=1777565763779, mtime=1777565776916, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=770) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=2738): Exists(path='/test_between_servers/736', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=2738): ZnodeStat(czxid=771, mzxid=1791, ctime=1777565763791, mtime=1777565776925, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=771) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=737): Exists(path='/test_between_servers/736', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=737): ZnodeStat(czxid=771, mzxid=1791, ctime=1777565763791, mtime=1777565776925, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=771) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=737): Exists(path='/test_between_servers/736', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=737): ZnodeStat(czxid=771, mzxid=1791, ctime=1777565763791, mtime=1777565776925, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=771) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=2739): Exists(path='/test_between_servers/737', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=2739): ZnodeStat(czxid=772, mzxid=1792, ctime=1777565763803, mtime=1777565776938, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=772) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=738): Exists(path='/test_between_servers/737', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=738): ZnodeStat(czxid=772, mzxid=1792, ctime=1777565763803, mtime=1777565776938, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=772) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=738): Exists(path='/test_between_servers/737', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=738): ZnodeStat(czxid=772, mzxid=1792, ctime=1777565763803, mtime=1777565776938, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=772) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=2740): Exists(path='/test_between_servers/738', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=2740): ZnodeStat(czxid=773, mzxid=1793, ctime=1777565763813, mtime=1777565776947, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=773) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=739): Exists(path='/test_between_servers/738', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=739): ZnodeStat(czxid=773, mzxid=1793, ctime=1777565763813, mtime=1777565776947, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=773) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=739): Exists(path='/test_between_servers/738', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=739): ZnodeStat(czxid=773, mzxid=1793, ctime=1777565763813, mtime=1777565776947, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=773) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=2741): Exists(path='/test_between_servers/739', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=2741): ZnodeStat(czxid=774, mzxid=1794, ctime=1777565763827, mtime=1777565776960, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=774) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=740): Exists(path='/test_between_servers/739', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=740): ZnodeStat(czxid=774, mzxid=1794, ctime=1777565763827, mtime=1777565776960, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=774) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=740): Exists(path='/test_between_servers/739', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=740): ZnodeStat(czxid=774, mzxid=1794, ctime=1777565763827, mtime=1777565776960, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=774) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=2742): Exists(path='/test_between_servers/740', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=2742): ZnodeStat(czxid=775, mzxid=1795, ctime=1777565763838, mtime=1777565776970, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=775) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=741): Exists(path='/test_between_servers/740', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=741): ZnodeStat(czxid=775, mzxid=1795, ctime=1777565763838, mtime=1777565776970, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=775) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=741): Exists(path='/test_between_servers/740', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=741): ZnodeStat(czxid=775, mzxid=1795, ctime=1777565763838, mtime=1777565776970, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=775) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=2743): Exists(path='/test_between_servers/741', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=2743): ZnodeStat(czxid=776, mzxid=1796, ctime=1777565763851, mtime=1777565776980, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=776) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=742): Exists(path='/test_between_servers/741', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=742): ZnodeStat(czxid=776, mzxid=1796, ctime=1777565763851, mtime=1777565776980, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=776) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=742): Exists(path='/test_between_servers/741', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=742): ZnodeStat(czxid=776, mzxid=1796, ctime=1777565763851, mtime=1777565776980, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=776) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=2744): Exists(path='/test_between_servers/742', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=2744): ZnodeStat(czxid=777, mzxid=1797, ctime=1777565763873, mtime=1777565776993, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=777) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=743): Exists(path='/test_between_servers/742', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=743): ZnodeStat(czxid=777, mzxid=1797, ctime=1777565763873, mtime=1777565776993, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=777) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=743): Exists(path='/test_between_servers/742', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=743): ZnodeStat(czxid=777, mzxid=1797, ctime=1777565763873, mtime=1777565776993, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=777) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=2745): Exists(path='/test_between_servers/743', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=2745): ZnodeStat(czxid=778, mzxid=1798, ctime=1777565763887, mtime=1777565777011, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=778) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=744): Exists(path='/test_between_servers/743', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=744): ZnodeStat(czxid=778, mzxid=1798, ctime=1777565763887, mtime=1777565777011, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=778) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=744): Exists(path='/test_between_servers/743', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=744): ZnodeStat(czxid=778, mzxid=1798, ctime=1777565763887, mtime=1777565777011, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=778) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=2746): Exists(path='/test_between_servers/744', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=2746): ZnodeStat(czxid=779, mzxid=1799, ctime=1777565763905, mtime=1777565777021, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=779) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=745): Exists(path='/test_between_servers/744', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=745): ZnodeStat(czxid=779, mzxid=1799, ctime=1777565763905, mtime=1777565777021, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=779) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=745): Exists(path='/test_between_servers/744', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=745): ZnodeStat(czxid=779, mzxid=1799, ctime=1777565763905, mtime=1777565777021, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=779) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=2747): Exists(path='/test_between_servers/745', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=2747): ZnodeStat(czxid=780, mzxid=1800, ctime=1777565763917, mtime=1777565777034, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=780) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=746): Exists(path='/test_between_servers/745', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=746): ZnodeStat(czxid=780, mzxid=1800, ctime=1777565763917, mtime=1777565777034, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=780) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=746): Exists(path='/test_between_servers/745', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=746): ZnodeStat(czxid=780, mzxid=1800, ctime=1777565763917, mtime=1777565777034, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=780) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=2748): Exists(path='/test_between_servers/746', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=2748): ZnodeStat(czxid=781, mzxid=1801, ctime=1777565763932, mtime=1777565777050, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=781) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=747): Exists(path='/test_between_servers/746', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=747): ZnodeStat(czxid=781, mzxid=1801, ctime=1777565763932, mtime=1777565777050, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=781) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=747): Exists(path='/test_between_servers/746', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=747): ZnodeStat(czxid=781, mzxid=1801, ctime=1777565763932, mtime=1777565777050, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=781) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=2749): Exists(path='/test_between_servers/747', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=2749): ZnodeStat(czxid=782, mzxid=1802, ctime=1777565763953, mtime=1777565777065, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=782) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=748): Exists(path='/test_between_servers/747', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=748): ZnodeStat(czxid=782, mzxid=1802, ctime=1777565763953, mtime=1777565777065, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=782) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=748): Exists(path='/test_between_servers/747', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=748): ZnodeStat(czxid=782, mzxid=1802, ctime=1777565763953, mtime=1777565777065, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=782) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=2750): Exists(path='/test_between_servers/748', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=2750): ZnodeStat(czxid=783, mzxid=1803, ctime=1777565763965, mtime=1777565777074, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=783) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=749): Exists(path='/test_between_servers/748', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=749): ZnodeStat(czxid=783, mzxid=1803, ctime=1777565763965, mtime=1777565777074, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=783) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=749): Exists(path='/test_between_servers/748', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=749): ZnodeStat(czxid=783, mzxid=1803, ctime=1777565763965, mtime=1777565777074, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=783) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=2751): Exists(path='/test_between_servers/749', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=2751): ZnodeStat(czxid=784, mzxid=1804, ctime=1777565763979, mtime=1777565777085, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=784) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=750): Exists(path='/test_between_servers/749', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=750): ZnodeStat(czxid=784, mzxid=1804, ctime=1777565763979, mtime=1777565777085, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=784) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=750): Exists(path='/test_between_servers/749', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=750): ZnodeStat(czxid=784, mzxid=1804, ctime=1777565763979, mtime=1777565777085, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=784) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=2752): Exists(path='/test_between_servers/750', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=2752): ZnodeStat(czxid=785, mzxid=1805, ctime=1777565763991, mtime=1777565777096, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=785) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=751): Exists(path='/test_between_servers/750', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=751): ZnodeStat(czxid=785, mzxid=1805, ctime=1777565763991, mtime=1777565777096, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=785) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=751): Exists(path='/test_between_servers/750', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=751): ZnodeStat(czxid=785, mzxid=1805, ctime=1777565763991, mtime=1777565777096, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=785) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=2753): Exists(path='/test_between_servers/751', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=2753): ZnodeStat(czxid=786, mzxid=1806, ctime=1777565764003, mtime=1777565777107, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=786) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=752): Exists(path='/test_between_servers/751', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=752): ZnodeStat(czxid=786, mzxid=1806, ctime=1777565764003, mtime=1777565777107, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=786) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=752): Exists(path='/test_between_servers/751', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=752): ZnodeStat(czxid=786, mzxid=1806, ctime=1777565764003, mtime=1777565777107, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=786) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=2754): Exists(path='/test_between_servers/752', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=2754): ZnodeStat(czxid=787, mzxid=1807, ctime=1777565764030, mtime=1777565777117, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=787) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=753): Exists(path='/test_between_servers/752', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=753): ZnodeStat(czxid=787, mzxid=1807, ctime=1777565764030, mtime=1777565777117, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=787) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=753): Exists(path='/test_between_servers/752', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=753): ZnodeStat(czxid=787, mzxid=1807, ctime=1777565764030, mtime=1777565777117, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=787) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=2755): Exists(path='/test_between_servers/753', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=2755): ZnodeStat(czxid=788, mzxid=1808, ctime=1777565764042, mtime=1777565777127, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=788) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=754): Exists(path='/test_between_servers/753', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=754): ZnodeStat(czxid=788, mzxid=1808, ctime=1777565764042, mtime=1777565777127, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=788) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=754): Exists(path='/test_between_servers/753', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=754): ZnodeStat(czxid=788, mzxid=1808, ctime=1777565764042, mtime=1777565777127, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=788) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=2756): Exists(path='/test_between_servers/754', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=2756): ZnodeStat(czxid=789, mzxid=1809, ctime=1777565764052, mtime=1777565777139, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=789) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=755): Exists(path='/test_between_servers/754', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=755): ZnodeStat(czxid=789, mzxid=1809, ctime=1777565764052, mtime=1777565777139, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=789) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=755): Exists(path='/test_between_servers/754', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=755): ZnodeStat(czxid=789, mzxid=1809, ctime=1777565764052, mtime=1777565777139, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=789) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=2757): Exists(path='/test_between_servers/755', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=2757): ZnodeStat(czxid=790, mzxid=1810, ctime=1777565764065, mtime=1777565777150, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=790) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=756): Exists(path='/test_between_servers/755', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=756): ZnodeStat(czxid=790, mzxid=1810, ctime=1777565764065, mtime=1777565777150, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=790) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=756): Exists(path='/test_between_servers/755', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=756): ZnodeStat(czxid=790, mzxid=1810, ctime=1777565764065, mtime=1777565777150, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=790) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=2758): Exists(path='/test_between_servers/756', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=2758): ZnodeStat(czxid=791, mzxid=1811, ctime=1777565764084, mtime=1777565777161, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=791) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=757): Exists(path='/test_between_servers/756', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=757): ZnodeStat(czxid=791, mzxid=1811, ctime=1777565764084, mtime=1777565777161, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=791) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=757): Exists(path='/test_between_servers/756', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=757): ZnodeStat(czxid=791, mzxid=1811, ctime=1777565764084, mtime=1777565777161, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=791) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=2759): Exists(path='/test_between_servers/757', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=2759): ZnodeStat(czxid=792, mzxid=1812, ctime=1777565764095, mtime=1777565777171, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=792) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=758): Exists(path='/test_between_servers/757', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=758): ZnodeStat(czxid=792, mzxid=1812, ctime=1777565764095, mtime=1777565777171, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=792) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=758): Exists(path='/test_between_servers/757', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=758): ZnodeStat(czxid=792, mzxid=1812, ctime=1777565764095, mtime=1777565777171, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=792) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=2760): Exists(path='/test_between_servers/758', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=2760): ZnodeStat(czxid=793, mzxid=1813, ctime=1777565764107, mtime=1777565777181, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=793) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=759): Exists(path='/test_between_servers/758', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=759): ZnodeStat(czxid=793, mzxid=1813, ctime=1777565764107, mtime=1777565777181, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=793) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=759): Exists(path='/test_between_servers/758', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=759): ZnodeStat(czxid=793, mzxid=1813, ctime=1777565764107, mtime=1777565777181, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=793) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=2761): Exists(path='/test_between_servers/759', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=2761): ZnodeStat(czxid=794, mzxid=1814, ctime=1777565764118, mtime=1777565777189, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=794) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=760): Exists(path='/test_between_servers/759', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=760): ZnodeStat(czxid=794, mzxid=1814, ctime=1777565764118, mtime=1777565777189, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=794) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=760): Exists(path='/test_between_servers/759', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=760): ZnodeStat(czxid=794, mzxid=1814, ctime=1777565764118, mtime=1777565777189, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=794) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=2762): Exists(path='/test_between_servers/760', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=2762): ZnodeStat(czxid=795, mzxid=1815, ctime=1777565764133, mtime=1777565777199, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=795) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=761): Exists(path='/test_between_servers/760', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=761): ZnodeStat(czxid=795, mzxid=1815, ctime=1777565764133, mtime=1777565777199, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=795) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=761): Exists(path='/test_between_servers/760', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=761): ZnodeStat(czxid=795, mzxid=1815, ctime=1777565764133, mtime=1777565777199, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=795) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=2763): Exists(path='/test_between_servers/761', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=2763): ZnodeStat(czxid=796, mzxid=1816, ctime=1777565764148, mtime=1777565777209, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=796) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=762): Exists(path='/test_between_servers/761', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=762): ZnodeStat(czxid=796, mzxid=1816, ctime=1777565764148, mtime=1777565777209, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=796) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=762): Exists(path='/test_between_servers/761', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=762): ZnodeStat(czxid=796, mzxid=1816, ctime=1777565764148, mtime=1777565777209, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=796) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=2764): Exists(path='/test_between_servers/762', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=2764): ZnodeStat(czxid=797, mzxid=1817, ctime=1777565764161, mtime=1777565777219, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=797) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=763): Exists(path='/test_between_servers/762', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=763): ZnodeStat(czxid=797, mzxid=1817, ctime=1777565764161, mtime=1777565777219, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=797) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=763): Exists(path='/test_between_servers/762', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=763): ZnodeStat(czxid=797, mzxid=1817, ctime=1777565764161, mtime=1777565777219, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=797) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=2765): Exists(path='/test_between_servers/763', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=2765): ZnodeStat(czxid=798, mzxid=1818, ctime=1777565764179, mtime=1777565777229, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=798) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=764): Exists(path='/test_between_servers/763', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=764): ZnodeStat(czxid=798, mzxid=1818, ctime=1777565764179, mtime=1777565777229, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=798) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=764): Exists(path='/test_between_servers/763', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=764): ZnodeStat(czxid=798, mzxid=1818, ctime=1777565764179, mtime=1777565777229, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=798) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=2766): Exists(path='/test_between_servers/764', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=2766): ZnodeStat(czxid=799, mzxid=1819, ctime=1777565764188, mtime=1777565777238, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=799) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=765): Exists(path='/test_between_servers/764', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=765): ZnodeStat(czxid=799, mzxid=1819, ctime=1777565764188, mtime=1777565777238, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=799) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=765): Exists(path='/test_between_servers/764', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=765): ZnodeStat(czxid=799, mzxid=1819, ctime=1777565764188, mtime=1777565777238, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=799) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=2767): Exists(path='/test_between_servers/765', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=2767): ZnodeStat(czxid=800, mzxid=1820, ctime=1777565764205, mtime=1777565777247, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=800) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=766): Exists(path='/test_between_servers/765', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=766): ZnodeStat(czxid=800, mzxid=1820, ctime=1777565764205, mtime=1777565777247, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=800) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=766): Exists(path='/test_between_servers/765', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=766): ZnodeStat(czxid=800, mzxid=1820, ctime=1777565764205, mtime=1777565777247, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=800) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=2768): Exists(path='/test_between_servers/766', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=2768): ZnodeStat(czxid=801, mzxid=1821, ctime=1777565764220, mtime=1777565777255, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=801) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=767): Exists(path='/test_between_servers/766', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=767): ZnodeStat(czxid=801, mzxid=1821, ctime=1777565764220, mtime=1777565777255, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=801) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=767): Exists(path='/test_between_servers/766', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=767): ZnodeStat(czxid=801, mzxid=1821, ctime=1777565764220, mtime=1777565777255, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=801) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=2769): Exists(path='/test_between_servers/767', watcher=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] DEBUG : Received response(xid=2769): ZnodeStat(czxid=802, mzxid=1822, ctime=1777565764232, mtime=1777565777265, version=1, cversion=0, aversion=0, ephemeralOwner=0, dataLength=9, numChildren=0, pzxid=802) (connection.py:410, _read_response) 2026-04-30 16:16:28 [ 383 ] WARNING : Connection dropped: socket connection broken (connection.py:622, _connect_attempt) 2026-04-30 16:16:28 [ 383 ] WARNING : Transition to CONNECTING (connection.py:626, _connect_attempt) 2026-04-30 16:16:28 [ 383 ] INFO : Zookeeper connection lost (client.py:543, _session_callback) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=2770): Close() (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] WARNING : Connection dropped: socket connection broken (connection.py:622, _connect_attempt) 2026-04-30 16:16:28 [ 383 ] WARNING : Transition to CONNECTING (connection.py:626, _connect_attempt) 2026-04-30 16:16:28 [ 383 ] INFO : Zookeeper connection lost (client.py:543, _session_callback) 2026-04-30 16:16:28 [ 383 ] WARNING : Connection dropped: socket connection broken (connection.py:622, _connect_attempt) 2026-04-30 16:16:28 [ 383 ] WARNING : Transition to CONNECTING (connection.py:626, _connect_attempt) 2026-04-30 16:16:28 [ 383 ] INFO : Zookeeper connection lost (client.py:543, _session_callback) 2026-04-30 16:16:28 [ 383 ] INFO : Connecting to 172.16.1.2(172.16.1.2):9181, use_ssl: False (connection.py:650, _connect) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=None): Connect(protocol_version=0, last_zxid_seen=2065, time_out=30000, session_id=3, passwd=b'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00', read_only=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] INFO : Connecting to 172.16.1.4(172.16.1.4):9181, use_ssl: False (connection.py:650, _connect) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=None): Connect(protocol_version=0, last_zxid_seen=2065, time_out=30000, session_id=4, passwd=b'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00', read_only=None) (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] INFO : Zookeeper connection established, state: CONNECTED (client.py:532, _session_callback) 2026-04-30 16:16:28 [ 383 ] INFO : Zookeeper connection established, state: CONNECTED (client.py:532, _session_callback) 2026-04-30 16:16:28 [ 383 ] WARNING : Failed connecting to Zookeeper within the connection retry policy. (connection.py:515, zk_loop) 2026-04-30 16:16:28 [ 383 ] INFO : Zookeeper session closed, state: CLOSED (client.py:537, _session_callback) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=1): Close() (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] WARNING : Connection dropped: socket connection broken (connection.py:622, _connect_attempt) 2026-04-30 16:16:28 [ 383 ] WARNING : Transition to CONNECTING (connection.py:626, _connect_attempt) 2026-04-30 16:16:28 [ 383 ] INFO : Zookeeper connection lost (client.py:543, _session_callback) 2026-04-30 16:16:28 [ 383 ] WARNING : Failed connecting to Zookeeper within the connection retry policy. (connection.py:515, zk_loop) 2026-04-30 16:16:28 [ 383 ] INFO : Zookeeper session closed, state: CLOSED (client.py:537, _session_callback) 2026-04-30 16:16:28 [ 383 ] DEBUG : Sending request(xid=1): Close() (connection.py:312, _submit) 2026-04-30 16:16:28 [ 383 ] WARNING : Connection dropped: socket connection broken (connection.py:622, _connect_attempt) 2026-04-30 16:16:28 [ 383 ] WARNING : Transition to CONNECTING (connection.py:626, _connect_attempt) 2026-04-30 16:16:28 [ 383 ] INFO : Zookeeper connection lost (client.py:543, _session_callback) 2026-04-30 16:16:28 [ 383 ] WARNING : Failed connecting to Zookeeper within the connection retry policy. (connection.py:515, zk_loop) 2026-04-30 16:16:28 [ 383 ] INFO : Zookeeper session closed, state: CLOSED (client.py:537, _session_callback) ============================== slowest durations =============================== 98.85s setup test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-1000-SELECT sum(cityHash64(*)) FROM {table_name} WHERE intDiv(key, 100) IN {rand_set}] 52.45s setup test_merge_tree_check_part_with_cache/test.py::test_check_part_with_cache 51.45s setup test_keeper_znode_time/test.py::test_between_servers 51.12s call test_keeper_znode_time/test.py::test_server_restart 36.17s call test_keeper_znode_time/test.py::test_between_servers 24.84s teardown test_merge_tree_check_part_with_cache/test.py::test_check_part_with_cache 9.89s teardown test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-100000-SELECT sum(cityHash64(*)) FROM {table_name} WHERE intDiv(key, 100) IN {rand_set}] 5.48s teardown test_keeper_znode_time/test.py::test_server_restart 0.57s call test_merge_tree_check_part_with_cache/test.py::test_check_part_with_cache 0.47s call test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-1000-SELECT sum(cityHash64(*)) FROM {table_name} WHERE intDiv(key, 100) IN {rand_set}] 0.47s call test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-10000-SELECT sum(cityHash64(*)) FROM {table_name}] 0.42s call test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-1000-SELECT sum(cityHash64(*)) FROM {table_name}] 0.42s call test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-10000-SELECT sum(cityHash64(*)) FROM {table_name} WHERE intDiv(key, 100) IN {rand_set}] 0.42s call test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-100000-SELECT sum(cityHash64(*)) FROM {table_name} WHERE intDiv(key, 100) IN {rand_set}] 0.01s teardown test_keeper_znode_time/test.py::test_between_servers 0.00s teardown test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-1000-SELECT sum(cityHash64(*)) FROM {table_name} WHERE intDiv(key, 100) IN {rand_set}] 0.00s setup test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-100000-SELECT sum(cityHash64(*)) FROM {table_name} WHERE intDiv(key, 100) IN {rand_set}] 0.00s setup test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-10000-SELECT sum(cityHash64(*)) FROM {table_name}] 0.00s teardown test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-10000-SELECT sum(cityHash64(*)) FROM {table_name}] 0.00s setup test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-10000-SELECT sum(cityHash64(*)) FROM {table_name} WHERE intDiv(key, 100) IN {rand_set}] 0.00s setup test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-1000-SELECT sum(cityHash64(*)) FROM {table_name}] 0.00s teardown test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-1000-SELECT sum(cityHash64(*)) FROM {table_name}] 0.00s setup test_keeper_znode_time/test.py::test_server_restart 0.00s teardown test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-10000-SELECT sum(cityHash64(*)) FROM {table_name} WHERE intDiv(key, 100) IN {rand_set}] =========================== short test summary info ============================ FAILED test_keeper_znode_time/test.py::test_between_servers - kazoo.exception... PASSED test_keeper_znode_time/test.py::test_server_restart SKIPPED [1] test_merge_tree_check_part_with_cache/test.py:26: Skip with debug build and sanitizers. This test manually corrupts cache which triggers LOGICAL_ERROR and leads to crash with those builds SKIPPED [5] test_parallel_replicas_all_marks_read/test.py:135: Disabled for sanitizers (too slow) ============== 1 failed, 1 passed, 6 skipped in 333.43s (0:05:33) ============== Traceback (most recent call last): File "/home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration/./runner", line 445, in subprocess.check_call(cmd, shell=True) File "/usr/lib/python3.10/subprocess.py", line 369, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command 'docker run --rm --name clickhouse_integration_tests_cgtxnc --privileged --dns-search='.' --volume=/home/ubuntu/_work/_temp/test/build/clickhouse-odbc-bridge:/clickhouse-odbc-bridge --volume=/home/ubuntu/_work/_temp/test/build/clickhouse:/clickhouse --volume=/home/ubuntu/_work/_temp/test/build/clickhouse-library-bridge:/clickhouse-library-bridge --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/programs/server:/clickhouse-config --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration:/ClickHouse/tests/integration --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/utils/backupview:/ClickHouse/utils/backupview --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/utils/grpc-client/pb2:/ClickHouse/utils/grpc-client/pb2 --volume=/run:/run/host:ro --volume=clickhouse_integration_tests_volume:/var/lib/docker -e DOCKER_DOTNET_CLIENT_TAG=11de0b29a15d -e DOCKER_HELPER_TAG=2cffe1eae894 -e DOCKER_BASE_TAG=1e0b53d756cf -e DOCKER_KERBEROS_KDC_TAG=9391ecdee8d7 -e DOCKER_MYSQL_GOLANG_CLIENT_TAG=9bec2a638e6e -e DOCKER_MYSQL_JAVA_CLIENT_TAG=766bff31cfe4 -e DOCKER_MYSQL_JS_CLIENT_TAG=41ba7c2ec2a1 -e DOCKER_MYSQL_PHP_CLIENT_TAG=88be89c1e3b6 -e DOCKER_NGINX_DAV_TAG=b55ac9cd7519 -e DOCKER_POSTGRESQL_JAVA_CLIENT_TAG=a4eff5c7f4d6 -e DOCKER_PYTHON_BOTTLE_TAG=caad4729259e -e DOCKER_CLIENT_TIMEOUT=300 -e COMPOSE_HTTP_TIMEOUT=600 -e CLICKHOUSE_USE_OLD_ANALYZER=1 -e PYTHONUNBUFFERED=1 -e PYTEST_ADDOPTS=" -rfEps --run-id=1 --color=no --durations=0 test_keeper_znode_time/test.py::test_between_servers test_keeper_znode_time/test.py::test_server_restart test_merge_tree_check_part_with_cache/test.py::test_check_part_with_cache 'test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-1000-SELECT sum(cityHash64(*)) FROM {table_name} WHERE intDiv(key, 100) IN {rand_set}]' 'test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-1000-SELECT sum(cityHash64(*)) FROM {table_name}]' 'test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-10000-SELECT sum(cityHash64(*)) FROM {table_name} WHERE intDiv(key, 100) IN {rand_set}]' 'test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-10000-SELECT sum(cityHash64(*)) FROM {table_name}]' 'test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-100000-SELECT sum(cityHash64(*)) FROM {table_name} WHERE intDiv(key, 100) IN {rand_set}]' -vvv" altinityinfra/integration-tests-runner:37a9815fd2fa ' returned non-zero exit status 1.